2

I am using karate framework for my automated testing project and I am currently using the cucumber report as well.

Now I'm facing an issue with re-run only the failed tests in Jenkins

tried it with -Dsurefire.rerunFailingTestsCount but it doesn't work. Is there any specific config to achieve this.

ewanthak
  • 51
  • 2

1 Answers1

0

No this is not directly supported. You could generate the list of tests to re-run by looking at the Results class / data.

Peter Thomas
  • 54,465
  • 21
  • 84
  • 248