kuceb / cypress-plugin-retries

A Cypress plugin to retry failed tests.
MIT License
237 stars 20 forks source link

Retry until failure #37

Open MadLittleMods opened 4 years ago

MadLittleMods commented 4 years ago

As suggested in https://github.com/cypress-io/cypress/issues/5665

When debugging flakey, intermittent failures, it would be nice to just keep retrying the tests until something fails. I don't want to keep pressing re-run manually.

Add a way to switch from "retry until success" to "retry until failure"

kuceb commented 4 years ago

@MadLittleMods Nice idea, you're welcome to attempt a PR, otherwise I may not get around to it