Camo
4 years agoOccasional Contributor
-- rerun failed scenarios
I found a lot of articles about rerun the failed tests but none of them satisfies my needs. The closest solution I found is here. But I am not quite sure about this solution. Especially because of o...
- 4 years ago
Here's an issue in the cucumber-jvm repo: https://github.com/cucumber/cucumber-jvm/issues/1706
It seems there is a possibility using Surefire.
It also links to a PR which may have more info about that too.