# Reports

Test reports offer valuable insights into the outcomes of your testing efforts. It enables thorough analysis, informed decision-making, and effective collaboration among team members.From a high-level overview of test performance to detailed insights into individual test steps, these reports empower you to identify issues, monitor progress, and make informed decisions about your testing processes.

To access reports for all tests, click on the **`Report`** button on the Test Page.

![](/files/QlSULeUvaq2qqdjy6sio)

1. Here, you can view the complete details of all the tests thats been executed. It offers a clear overview of various aspects of testing efforts, including details such as test names, Start & End Date, execution times, and statuses.
   * Use **`Send Report`** to email reports for selected tests.
   * Opt for a refresh time to monitor re-run status.
   * Employ **`Apply Filters`** to sort reports by Dates, Status, and Tests.

![](/files/dW0xridlOKUrVgp3YaxI)

2. It offers a range of actions tailored to test management:

   * **Download Report** - Obtain a detailed report.
   * **Send Email** - Share generated reports via email.
   * **Download video** - Effortlessly save test flow videos.
   * **Video** - Watch test flow videos.
   * **Retry** - Re-run tests using this option.
   * **Delete** - Use it to remove generated reports if needed.

   **Note** that these actions apply to Web and Mobile tests. For API tests, only Retry and Delete are available, while Desktop tests offer the Delete option.

![](/files/Os96wdAobelOCRxRN2m0)

3. You can view the Execution Summary Report for each test by clicking on **`view`**

   This report provides a concise overview of the test execution outcomes, including details about the test name, test results,and execution time. It offers a clear snapshot of the testing process, showcasing test outcomes, execution details, and specific step results.

   * The API report showcases the utilized browser and operating system. A **`view details`** button offers a summary of the test's response.
   * Displays browser & operating systems , device name & device OS version and node operating system for Web, Mobile and Desktop respectively. An eye **`icon`** accompanies each test step, revealing captured screenshots.

![](/files/BJnhY4sxnkJSJDPhI9zA)

Alternatively, you can view a report from the [Test Step](/component-testing/test_page/test_page.md) page of a specific test.

Click on **`Report`** to view the details of the individual test

![](/files/g4fDSU2UamuXRMcTdEgu)


---

# 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.qyrus.com/component-testing/test_page/report.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.
