uwazi icon indicating copy to clipboard operation
uwazi copied to clipboard

Stop cypress on assert fail

Open Zasa-san opened this issue 1 year ago • 0 comments

When a cypress assert fails the suite continues to run, and then it moves to the next suite.

We would benefit from stopping the cypress run the moment an assert fails so we can quickly get what happened and not have to wait for all suites to complete or manually check the workflow while it’s running.

It’s important that when the cypress job cancels we still can see what test failed and have the output files for the run.

Zasa-san avatar Feb 19 '24 16:02 Zasa-san