# Run Details

## Run Status

A run can have the following status:

* <mark style="color:orange;">**Running**</mark> - the default state for newly created runs
* <mark style="color:red;">Failing</mark> - a run still hasn't reported all the results and has 1 or more failed tests
* <mark style="color:red;">**Failed**</mark> - a run has reported all the results and has 1 or more failed tests
* <mark style="color:blue;">**Passed**</mark> - a run has reported all the results and has 0 failed tests.

In addition, an interrupted run can be in one of the following completion states:

* **👤 Cancelled** - a run was cancelled. See [Cancelling Runs](/dashboard/runs/cancel-run.md) for details.
* **⚡️ Cancelled** - a run was cancelled due to the [Fail Fast](/guides/ci-optimization/fail-fast-strategy.md) strategy. See
* **Timeout** - a run exceeded the timeout threshold for the project. See [Run Timeouts](/dashboard/runs/run-timeouts.md)for details.

## Run Title

Currents uses the following data for displayed run title:

* Pull Request title if the run is associated with a PR
* Git Commit Message if `.git` is available
* `No title` placeholder otherwise

You can override Run Title by setting `COMMIT_INFO_MESSAGE` environment variable. See [Commit Information](/dashboard/runs/commit-information.md).

<figure><img src="/files/vqPtYjXcLQ7cQY46V2FJ" alt=""><figcaption><p>Run details example</p></figcaption></figure>

Currents collects additional information about the CI environment:

| Field                | Description                                                 |
| -------------------- | ----------------------------------------------------------- |
| Duration             | Run duration                                                |
| Progress             | Completed / overall spec files progress                     |
| Started at           | Run start timestamp                                         |
| Branch               | Git branch name (or HEAD for Pull Requests)                 |
| Commit Message + SHA | Git commit details                                          |
| Browser / Project    | Cypress tests browser or Playwright Project                 |
| Author               | Git commit author                                           |
| CI Build ID          | [CI Build ID](/guides/parallelization-guide/ci-build-id.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.currents.dev/dashboard/runs/run-details.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.
