is there any way to make a testSuite Fail once one of step test is failed .
In other words , force to fail suiteTest once a step is failed
is there any way to make a testSuite Fail once one of step test is failed .
In other words , force to fail suiteTest once a step is failed
It seems like this feature was introduced, but it requires paid version of Cypress (Business Plan). Otherwise you might need to do some hacking in command.js, check out this link might be helpful Stackoverflow Link