> For the complete documentation index, see [llms.txt](https://docs.does.qa/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.does.qa/runs/run-history-and-detail.md).

# Run History and Run detail

**Runs** in the main menu opens **Run History**. That list is the account-wide view of Runs. A Flow’s **Results** tab shows Runs for that Flow only.

## Run History

Each row shows the trigger, Run ID, counts for Flows and Tests, how many passed, status, duration, and time saved. Open a row to see the Run detail.

Use search and **Reload** when you need to find or refresh a recent Run.

## Run detail

The Run detail lists every Flow in the Run. Expand a Flow to see its Test Cases, then open a Test Case for the step timeline, screenshots, and video.

From the Run menu you can:

| Action                         | Use it to                                                                                                                         |
| ------------------------------ | --------------------------------------------------------------------------------------------------------------------------------- |
| **Reload**                     | Refresh the Run                                                                                                                   |
| **Print**                      | Print the Run view                                                                                                                |
| **Terminate Run**              | Stop a Run that is still in progress                                                                                              |
| **Run Changed & Failed Tests** | Start a follow-up Run for changed and failed Test Cases (when the Run has finished and failed, been rejected, or been terminated) |

Child Runs started this way appear linked to the parent. Their label often ends with `- Rerun`.

## Statuses you will see

| Status          | Meaning                                             |
| --------------- | --------------------------------------------------- |
| Queued          | Waiting to start                                    |
| Creating Runner | Preparing the browser environment                   |
| Running         | Test Cases are in progress                          |
| Passed          | Finished successfully                               |
| Failed          | At least one Test Case failed                       |
| Rejected        | The Run did not complete successfully               |
| Terminated      | Someone stopped the Run                             |
| Preview         | Created by **Preview Tests**, not a normal live Run |

While a Test Case runs, you can open it for live progress. When it finishes, review failing steps first. Getting Started covers that path in [Understand your results](/getting-started/understand-your-results.md).

{% hint style="info" %}
**Pro tip:** Prefer **Run History** when you started a Test Pack, Recipe, Schedule, or CI/CD Run across many Flows. Prefer the Flow **Results** tab when you are iterating on one Flow.
{% endhint %}

## Related

* [Runs](/runs/runs.md)
* [Start a Run](/runs/start-a-run.md)
* [Understand your results](/getting-started/understand-your-results.md)
* [Notifications](/configuration/notifications.md)
* [Max Concurrency](/configuration/max-concurrency.md)
