Test Run and Test Statuses
There are 2 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
Test Run Statuses
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 1 test in the test run that failed OR an error happened and test run can’t finish. If the latter happens a failure reason should display. |
CANCELED |
|
Test Statuses
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. |
Â