# Tests

- [Test View](https://docs.currents.dev/dashboard/tests/test-view.md): Structured view of tests executed within each spec file.
- [Test Details](https://docs.currents.dev/dashboard/tests/run-details.md): Summary info for each executed test
- [Test Status](https://docs.currents.dev/dashboard/tests/test-status.md): Playwright and Cypress Test Status - detailed guide and explanation
- [Flaky Tests](https://docs.currents.dev/dashboard/tests/flaky-tests.md): Guide to Playwright Flaky Tests
- [Test History](https://docs.currents.dev/dashboard/tests/test-history.md): Explore historical Playwright and Cypress tests performance with Test History


---

# 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/tests.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.
