> 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/runs.md).

# Runs

A [Run](/getting-started/terminology.md) is a group of [Test Cases](/getting-started/terminology.md) started together. One Run can cover one Flow or many Flows, depending on how you start it.

## What a Run contains

| Level         | What it is                                                                       |
| ------------- | -------------------------------------------------------------------------------- |
| **Run**       | The batch you started (from a Flow, a Test Pack, a Recipe, a Schedule, or CI/CD) |
| **Flow**      | Each Flow included in that Run                                                   |
| **Test Case** | Each path that ran inside a Flow                                                 |

Open a Run to see every Flow it included, then open a Test Case for the step timeline, screenshots, and video.

## Where to look

| Place                                                                  | Use it for                                        |
| ---------------------------------------------------------------------- | ------------------------------------------------- |
| **Runs** in the main menu (**Run History**)                            | Every account Run                                 |
| A Flow’s **Results** tab                                               | Runs for that Flow only                           |
| [Understand your results](/getting-started/understand-your-results.md) | Reading a first Flow result after Getting Started |

## Related

* [Start a Run](/runs/start-a-run.md)
* [Run History and Run detail](/runs/run-history-and-detail.md)
* [Run Recipes](/configuration/run-recipes.md)
* [Schedules](/configuration/schedules.md)
* [Trigger Runs from CI/CD](/configuration/ci-cd.md)
* [Max Concurrency](/configuration/max-concurrency.md)
* [Notifications](/configuration/notifications.md)
