Javascript – Can I catch a CypressError (test failure) to try another test instead?
I am testing a payment screen in Cypress. We have two third-party payment systems, and when the user pays, they will go from my site to the payment provider and then back to my site. For the purposes of this…