Ntripur

Results 2 comments of Ntripur

However, since I'm using BDD-style tests with Gherkin syntax, I can't use Scenario().retry() directly — it's only available in code-based scenarios, not in .feature files. I have hundreds of Gherkin...

thanks for the reply @myrepojuly I think the code below doesn't work in BDD/Gherkin-style tests: Before((test)=>{ // you can use test.tags to filter the feature/scenarios test.retries(1) })