Powered by
Re-try failed test cases
# i-need-help
w
wonderful-carpenter-84941
03/23/2023, 8:04 PM
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 )
Previous
Next