Test Runs
Last updated
Last updated
The Test Runs view shows a list of your most recent test runs. You can filter by Date, Project, Environment, or Status to find the test run you're looking for.
There are two kinds of statuses in Testery:
Test Run Status - the status of the entire test run regardless of how many tests are in it
Test Status - the status of a single test within a test run
Status
Description
SUBMITTED
Test run has been submitted to the queue to be run
QUEUED
Waiting for another test run in the same environment to finish. We do not run 2 test runs in the same environment at once.
RUNNING
Test run is currently running
PASS
All tests that are not ignored passed.
FAIL
There was at least one test in the test run that failed OR an error occurred and the test run can’t finish. If the latter happens a failure reason should display.
CANCELED
Test run was manually canceled by someone. (user’s username will display to show who canceled the test run) OR
Test run will be automatically canceled if it runs for more than 3 hours (message will be Canceled - Due to running too long) OR
Test run is in queued status and a newer test run comes in, the current queued test run will be canceled (message will be Canceled - Due to newer test run)
Status
Description
The test passed.
The test failed.
Test was flagged as ignored and this test did NOT run.
Test is waiting to run.
Test is running.
PASS
FAIL
IGNORED
PENDING