fazisaeedinejad
6 months agoOccasional Visitor
Cucumber-JVM Customized Retry Mechanism
Hi all, I have a Cucumber-JVM project in which I am testing a mobile application.
I want to implement the retry mechanism for my project so that when a scenario fails, it will retry to run again. But at the same time, I do not want all the scenarios to have this retry mechanism.
How can I implement the retry mechanism only for some scenarios?