> For the complete documentation index, see [llms.txt](https://docs.currents.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.currents.dev/dashboard/tests/run-details.md).

# Test Details

The Currents Dashboard displays key details for every test, including its name, status, duration, tags, and execution timestamp, along with many additional insights to analyze test performance.

<div data-with-frame="true"><figure><img src="/files/EB0g9HeAxK4KAzKXD17Y" alt=""><figcaption><p>Test details example</p></figcaption></figure></div>

<table><thead><tr><th width="59.73828125">#</th><th width="157.08984375">Field</th><th>Description</th></tr></thead><tbody><tr><td>1</td><td>Test Status</td><td><a data-mention href="/pages/SIZcyevcI7xYD4g8Re3h">/pages/SIZcyevcI7xYD4g8Re3h</a></td></tr><tr><td>2</td><td>Test Name</td><td>Defined by the user</td></tr><tr><td>3</td><td>Timestamp</td><td>Created at / Started at / Ended at</td></tr><tr><td>4</td><td>Duration</td><td>Test run duration</td></tr><tr><td>5</td><td>Browser / Project</td><td>Playwright Project or Cypress tests browser</td></tr><tr><td>7</td><td>Test Owner</td><td>Owner assigned via <a data-mention href="/pages/UhrP3aLGqDQGq1zx8kGu">/pages/UhrP3aLGqDQGq1zx8kGu</a></td></tr><tr><td>8</td><td>Branch</td><td>Git branch name (or HEAD for Pull Requests)</td></tr><tr><td>9</td><td>Author</td><td>Git commit author</td></tr><tr><td>10</td><td>Tags</td><td><a data-mention href="/pages/nwAX1OHInxsgTm5Iw1uz">/pages/nwAX1OHInxsgTm5Iw1uz</a></td></tr><tr><td>11</td><td>Create Action</td><td><a data-mention href="/pages/I7xyGaEHXe2s0lQYITNB">/pages/I7xyGaEHXe2s0lQYITNB</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.currents.dev/dashboard/tests/run-details.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
