> For the complete documentation index, see [llms.txt](https://docs.walnutai.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.walnutai.ai/reports-and-analytics/reports.md).

# Reports

The **Reports** module in WalnutAI provides a centralized view of all test execution activity across your project. It captures and organizes execution results, logs, screenshots, performance data, and diagnostic details into a structured reporting interface.

Every time a test case or test suite is executed whether manually or through automation WalnutAI automatically generates a unique **Test Run ID** and records the complete execution history. This ensures full visibility, traceability, and accountability for every run.

The Reports module acts as the single source of truth for monitoring execution health and validating release readiness.

**Why Use Reports?**

The Reports module plays a critical role in quality monitoring and release validation:

* **Execution Visibility:** View the status of all test runs in one place.
* **Failure Investigation:** Access step-level logs, screenshots, and error details to quickly identify root causes.
* **Release Validation:** Review pass/fail trends before approving a build.
* **Trend Analysis:** Monitor stability over time and detect patterns in recurring failures.
* **Audit & Traceability:** Maintain a permanent execution history for compliance and tracking.

Reports enable teams to make informed, data-driven decisions by transforming raw execution data into clear and actionable insights.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.walnutai.ai/reports-and-analytics/reports.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.
