If a single test fails, the entire test run is aborted:
At test.hux
Taking screenshot 1
New screenshot looks different. The diff image is saved for you to examine.
The tests now halt. You might have unfinished tasks.
This isn't so useful for CI - I'd ideally like the entire suite to run to completion, but for any errors to be summarised at the end, so that they can be sent in their entirety to the CI reporter.
If a single test fails, the entire test run is aborted:
This isn't so useful for CI - I'd ideally like the entire suite to run to completion, but for any errors to be summarised at the end, so that they can be sent in their entirety to the CI reporter.