# Test Suite Explorer

Test Suite Explorer helps you monitor and measure the performance and reliability of your test suite. It surfaces key health metrics across individual tests and test files, including aggregated error rates and flakiness trends.

{% hint style="success" %}
Use [automated-reports](https://docs.currents.dev/automated-reports "mention") to enable a periodic report that is based in Test Suite Explorer data to proactively detect changes in test flakiness, failure rate, or duration.
{% endhint %}

<figure><img src="https://3745692499-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FqmFDEiUa9mr11LUlxDnt%2Fuploads%2FuZzewjHRa55KCcAxvOXr%2FScreenshot%202026-01-19%20at%2018.25.30.png?alt=media&#x26;token=be2dc8f6-7017-4858-8abe-570f2b84705f" alt=""><figcaption><p>Test Suite Performance Explorer</p></figcaption></figure>

In addition, an aggregated view of cross-run top errors helps identify high-impact errors that are affecting your test executions.

<figure><img src="https://3745692499-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FqmFDEiUa9mr11LUlxDnt%2Fuploads%2FmgoVNwzXFrb8SwyZylp7%2FScreenshot%202026-01-19%20at%2018.30.11.png?alt=media&#x26;token=beb1ca9b-b2a1-4e23-937a-87275dd02d91" alt=""><figcaption><p>Top Errors Preview</p></figcaption></figure>


---

# 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/test-suite-performance-explorer.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.
