trivago / cluecumber

Clear and concise reporting for the Cucumber BDD JSON format.

Home Page:https://www.softwaretester.blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auto rerun a failed test using cluecumber plugiun

jaskaran0001 opened this issue · comments

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 ?

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.

No activity.