...
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 run was manually canceled by someone. The user’s username will display to show who canceled the test run. |
...