# TestResultsPopup

**Help URL:** `/forms/test-results-popup`

## Purpose

Show a compact summary of a completed test run and the status of each test.

## Common Tasks

* Review total, passed, and failed counts.
* Filter to failed tests.
* Open the tested site link when shown.
* Scan failure messages before opening deeper result evidence.

## Key UI Elements

* Total, Passed, Failed: Summary counts for the run.
* Generated At: When the result data was produced.
* Site link: Opens the target site associated with the run.
* Only Show Failed: Filters the grid to failures.
* Results grid: Lists test name, status, and message.

## Notes

* Use the full run detail page when you need screenshots, videos, traces, console logs, or network details.
* See [Review Results](/results.md).


---

# 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.testvibe.com/reference/forms/test-results-popup.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.
