# Test Results

Shows the distribution of test outcomes over time.

{% hint style="success" %}
You can send and record custom metrics associated with your tests using [Playwright Annotations](/guides/playwright-annotations.md#annotation-custom-metrics). Custom Metrics will show up in Test Results chart.
{% endhint %}

## Metrics

* **Total tests**: overall tests recorded for the selected period, regardless of their outcome.
* **Passed tests**: tests that were successfully completed on all attempts without any exceptions or errors during their execution.
* **Failed tests**: tests that either failed or were skipped because of an error in `beforeEach/beforeAll`
* **Ignored test**: tests that weren't run, e.g. `it.skip()`
* **Success Rate**: `passed / (total - pending)`

<figure><img src="/files/H2SrXRHwEEYGn1Vx9U8v" alt=""><figcaption><p>Example chart - Test Results</p></figcaption></figure>

## Related

* [Test Flakiness](/dashboard/analytics/test-flakiness.md) - Flaky test distribution
* [Flaky Tests](/dashboard/tests/flaky-tests.md) - Understanding flaky tests
* [Analytics](/dashboard/analytics.md) - Analytics overview


---

# 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/analytics/test-results.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.
