trivago / cluecumber

Clear and concise reporting for the Cucumber BDD JSON format.
https://www.softwaretester.blog
Apache License 2.0
268 stars 89 forks source link

Auto rerun a failed test using cluecumber plugiun #254

Closed jaskaran0001 closed 4 years ago

jaskaran0001 commented 4 years ago

I am trying to rerun the failed tests using rerunFailingTestsCount mvn -Dsurefire.rerunFailingTestsCount=2 test (https://maven.apache.org/surefire/maven-surefire-plugin/examples/rerun-failing-tests.html)

Unfortunately, it is not working with cluecumber plugin.

Is there any way to auto rerun failed tests using cluecumber ?

bischoffdev commented 4 years ago

Cluecumber does not run tests but only generates reports. Without seeing your test setup, I cannot really tell what is going wrong in your case.

bischoffdev commented 4 years ago

No activity.