cucumber / cucumber/cucumber-android
Retry Mechanism For Failed Tests For 'N' times
Open
- Dominant language
- Kotlin
- Stars
- 146
- Forks
- 60
- Avg merge
- 5d 22h
- Merged PRs (30d)
- 1
Description
Do we have a mechanism to rerun the failed tests 'n' times. As I can see the re-run by file mechanism cannot be implemented since I can see a comment from the cuckulater example
```
/**
* The CucumberOptions annotation is mandatory for exactly one of the classes in the test project.
* Only the first annotated class that is found will be used, others are ignored. If no class is
* annotated, an exception is thrown. This annotation does not have to placed in runner class
*/
```
How can we implement a retry mechanism? Any advice/ docs?
Thanks
Contributor guide
Assessment
This issue has not been assessed yet.