# Test Details

![Cypress test details example](/files/z57MrOrxCJ4DQnXlq7yw)

| Field          | Description                                     |
| -------------- | ----------------------------------------------- |
| Status         | [Test Status](/concepts/test-status.md)         |
| Test File Path | The full path of the test file                  |
| Duration       | Test duration                                   |
| CI Run URL     | The URL of the CI job running the Cypress tests |
| Browser        | Cypress tests browser                           |

### CI Run URL

An environment variable is used to get the CI Run URL. It needs to be set before the Cypress tests start running in the CI configuration file. Here's an example of how to obtain the URL with [Github Actions](https://currents.dev/posts/github-actions-cypress-job-url).

```
CI_RUN_URL = https://github.com/owner/repo/actions/runs/run_id/job/job_id
```


---

# 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.sorry-cypress.dev/concepts/test-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.
