Any way to stop the Cypress build completely if any test case within that build fails?

Any way to stop the Cypress build completely if any test case within that build fails? Right now, I have to wait for the build to complete to see the failed tests which is time consuming.

Hey Mark,

Yes, you can use the --sof or --stop_on_failure flag with the lambdatest-cypress run command to stop the build on test failure.

Syntax: lambdatest-cypress run --sof --sync=true