Test Runs
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:
- 1.Test Run Status - the status of the entire test run regardless of how many tests are in it
- 2.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 |
|
Status | Description |
![]() | The test passed. |
![]() | The test failed. |
IGNORED ![]() | Test was flagged as ignored and this test did NOT run. |
PENDING ![]() | Test is waiting to run. |
![]() | Test is running. |
Last modified 2yr ago