We often use test kits to ensure that we start with a known working situation.
In this case, we want the entire test suite to run to check all pages. If some kind of failure, we still want other tests to run.
The test suite seems to stop the moment the error is detected in one of the tests.
Can it be configured to continue running and run all tests, regardless of the results?
source share