You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Cucumberish for lots of cases, some of them are fragile and failed randomly.
Not sure if there is any approach can make the failed specs rerun for specific times?
There is a fastlane plugin test_center which provides multi_scan action has the ability to support rerun failed tests, but I found multi_scan is only working with pure CXUITEST, doesn't work with cucumberish.
BR.
Mikuu
The text was updated successfully, but these errors were encountered:
My general approach is to specify each feature file to have unique tags, making it easier to rerun targeted feature files. You could set your scanner to find the failed tests and then provide the tags for those tests via a command line argument to limit which tests are re-run.
Hi,
I'm using Cucumberish for lots of cases, some of them are fragile and failed randomly.
Not sure if there is any approach can make the failed specs rerun for specific times?
There is a fastlane plugin test_center which provides multi_scan action has the ability to support rerun failed tests, but I found multi_scan is only working with pure CXUITEST, doesn't work with cucumberish.
BR.
Mikuu
The text was updated successfully, but these errors were encountered: