# Read pass/fail status

TestVibe shows status at two levels:

* the run status, which describes the whole workflow
* the test row status, which describes an individual scenario or test

Start with the run status, then drill into the Tests tab to understand which rows created that outcome.

![TestVibe completed run results](/files/03BtP3VQECjSf750f4Q4)

## Result states

| State                 | Meaning                                                                                      |
| --------------------- | -------------------------------------------------------------------------------------------- |
| Passed                | The run or test completed successfully.                                                      |
| Failed                | At least one test failed, or the run could not complete successfully.                        |
| Cancelled             | The run was stopped before it finished.                                                      |
| Skipped               | A test was intentionally not executed, often because a condition or dependency prevented it. |
| Queued or in progress | The run is still active and the final result is not ready yet.                               |
| Unavailable           | TestVibe does not have enough result data to show the row or artifact yet.                   |

## Where counts appear

You can find result counts in several places:

| Location       | What to use it for                                                      |
| -------------- | ----------------------------------------------------------------------- |
| Run list       | Quickly compare recent runs and find failed or cancelled runs.          |
| Summary tiles  | Confirm total tests, pass rate, duration, and run metadata.             |
| Tests tab      | Inspect each scenario row and open details.                             |
| Status filters | Narrow the Tests tab to failed, succeeded, queued, or in-progress rows. |
| Charts         | Spot patterns by group, project, status, or duration.                   |

## Mixed outcomes

A run can fail even when most tests pass. Treat a failed run as a signal that at least one selected test or setup step needs attention.

Examples:

| Pattern                                 | What it usually means                                               |
| --------------------------------------- | ------------------------------------------------------------------- |
| One failed row                          | Start with that test's details and evidence.                        |
| Several failures in one group           | Check the shared feature flow or data for that group.               |
| Many tests fail at the same step        | Check login, environment state, or common prerequisites.            |
| Only one browser or configuration fails | Review viewport, browser behavior, or configuration-specific setup. |

For failure triage, continue to [Inspect failed steps](/results/inspect-failed-steps.md).


---

# 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.testvibe.com/results/read-pass-fail-status.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.
