https://cypress.io logo
Re-try failed test cases
# i-need-help
w
Hello everyone! I want to re-run only failed test cases one the 1st run is finish and if there are any failure 2 run should only the failed test cases. I had this in pytest using
--last-failed
is there a way to achieve this in cypress? ( I'm already aware of https://docs.cypress.io/guides/guides/test-retries in cypress but it retries the test case as soon as it fails )