Serenity Cucumber Reruns #3414
Unanswered
ricardomediavilla
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello folks, I cloned the Serenity Cucumber Starter for a demo project. I tweaked the scenarios so they will fail and executed mvn clean verify -Dfailsafe.rerunFailingTestsCount=1 The first run fails as expected. The second run displays the error:
Run 2: No BaseStepListener has been registered - are you running your test using the Serenity runners?
Is there additional configuration needed to re-run failed tests? I'm using the CucumberTestSuite runner as-is. I'm not finding a definite answer for the latest Serenity + JUnit 5 + Cucumber in the web.
Beta Was this translation helpful? Give feedback.
All reactions