close
For the complete documentation index, see llms.txt. This page is also available as Markdown.

Statuses

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

Test passed

Image

Everything worked as it should

Image

Test failed

Image

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.

Learn more on how to debug and modify a step.

Image

Test passed but some waiting conditions were skipped

Image

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.

Image

Test error / crashed

Image

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.

Test paused for debugging

Image

You used a breakpoint or paused the test in the middle of execution using "Pause" button

Test stopped

Image

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

Test running

Image

Test is running, execution in progress

Last updated

Was this helpful?