CodeceptJS
CodeceptJS copied to clipboard
Default retry for each scenario/feature
It would be nice to have option to set by default that scenario that fails will be retried given number of times.
Do you mean one specific scenario? Or all scenarii of your project?
Maybe I should have written every, yep I mean it would be nice to have an ability to set that by default every scenario in the project will be retried given number of times if fails instead of using .retry() for a single scenario, or a feature.
Up - I also think this would be a nice option to set up the .retry() as default for every scenario/feature - it will save us a lot of lines of code ;)
Implemented in 3.4.0