Statuses
When you run a test, you will see one of the following statuses:

Everything worked as it should


The test has not finished because an assertion failed or it was not possible to continue running the test steps and the test finished because of the timeout.
You will get additional error information when this happens and tips on what to do to fix it.


This status is indicated by a green circle that's empty inside.
This is a unique BugBug feature for preventing failed tests. This indicates that the user is able to finish your test, but you can take a look at the reason for skipped waiting conditions just to make sure that your tests are in a good condition.


The test encountered an error, which is not a result of the test steps, ex. internal server error, BugBug extension error, etc. This is most likely caused by a bug - please contact us if you see this status often.


You stopped the test before it finished running, before it reached a conclusion.

Test is running, execution in progress
Last modified 1yr ago