https://cypress.io logo
Hello, I've written a test suite for a web applica...
# e2e-testing
c
Hello, I've written a test suite for a web application that has just over 300 tests. My tests don't complete reliably so my process is to run the tests, wait for one to fail. Mark the passing ones with skipped, resume the testing where often if does just keep going and the test that stopped succeeds. I have to kind of babysit this and keep adding .skip and restarting the test runner until I finally get through all the tests. Is there someone that can help audit my suite to see what I can do to make the tests run reliably or is this what everyone goes through? My tests run locally on an M1 mac. I upgraded to Cypress 10.8.0 and it's still the case.