I have a suite that has more than two test cases. Using Cypress, how can I retry all tests from the beginning of the test suite when one of the tests fails?
I have tr