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.