DevOps > Jenkins 1 second ago

How to set up Jenkins job to rerun failed test cases only in Ready API

How to set up Jenkins job to rerun failed test cases only in Ready API

283 views . 1 answers . 0 likes . 0 shares Ravi Koneru 1 answers

Detailed illustration:

  1. Jenkins job is set up for Ready API to run regression Tests
  2. Some of the tests failing and tests are not real failures
  3. When failed tests are rerun Jenkins and passed Dashboard, should show that the job is Passed with green

Problem Statement: How can set Jenkins to rerun only failed test, we need to have a provision to rerun multiple time

profilepic.png

Answers (1)


profilepic.png
Kapil Kapil Best Answer 1 year ago

You can try Flaky Test Handler | Jenkins plugin
Declarative Pipeline supports restarting from a failed serial stage

283 views . 0 shares