# Statuses

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

### Test passed

![](/files/71rOg6dgbWcjGUB3w27S)&#x20;

Everything worked as it should

![](/files/-MMDFTD5fAs-HhT7DMJW)

### Test failed

![](/files/6JNK9bBOzVEmvyoTkvbK)

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](/preventing-failed-tests/timeout.md).

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](/debugging-tests/runs-history.md).

![](/files/ylbS6yUrfVGfgXNAyDwm)

### Test passed but some waiting conditions were skipped

![](/files/mr2ovSQf5iRXDHl7WxZK)&#x20;

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](/preventing-failed-tests/waiting-conditions.md) just to make sure that your tests are in a good condition.

![](/files/7JqR70pcF4hkwYUBkbhG)

### Test error / crashed

![](/files/wxVWZ64N94p9CH0vKNG6)

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

![](/files/QSZoM0OPlIEwN3EHlFsZ)

You used a [breakpoint](/debugging-tests/breakpoint-run-step-by-step.md) or paused the test in the middle of execution using "Pause" button

### Test stopped

![](/files/HbO1rdPbpUshRp8WXeQr)

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

### Test running

![](/files/pjx47UbSEkq2oWKO7c8n)

Test is running, execution in progress


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bugbug.io/running-tests/statuses.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
