How to re-run the feature file if one of its scenarios failed? I'm using Cypress + cucumber. I was using this { "retries": { "runMode": 2, "openMode": 2 } }
but it re-runs just the failed scenario
you can simply add "retries": 1, in cypress.json file.