> For the complete documentation index, see [llms.txt](https://learning.contextqa.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learning.contextqa.com/reporting.md).

# Reporting

- [Reporting Overview](https://learning.contextqa.com/reporting/reporting.md): An overview of the dashboards, reports, and analytics that ContextQA provides to help QA teams, developers, and engineering managers understand test health at every level.
- [Test Results](https://learning.contextqa.com/reporting/test-results.md): View step-by-step test results, video recordings, network logs, and AI root cause analysis for every ContextQA test execution.
- [Analytics Dashboard](https://learning.contextqa.com/reporting/analytics-dashboard.md): A guide to the dashboards and analytics surfaces in ContextQA, including execution trends, coverage, AI insights, and risk-based testing.
- [Failure Analysis](https://learning.contextqa.com/reporting/failure-analysis.md): How to use ContextQA's failure analysis, root cause, flaky test detection, and bug tracker integration features to diagnose and resolve test failures quickly.
- [How to Debug a Failing Test](https://learning.contextqa.com/reporting/debugging-failing-tests.md): A step-by-step workflow for diagnosing why a test failed using ContextQA's execution evidence — AI root cause analysis, screenshots, video, network logs, console logs, and Playwright traces.
- [Flaky Test Detection](https://learning.contextqa.com/reporting/flaky-test-detection.md): Flaky test detection in ContextQA — AI-powered failure classification identifies intermittent failures and separates them from real application bugs.
- [Exporting Reports](https://learning.contextqa.com/reporting/exporting-reports.md): Test report export from ContextQA — share execution URLs, download evidence packages, export Playwright code, and embed results in Jira and Slack notifications.
- [Interactive Demo](https://learning.contextqa.com/reporting/demo.md): Explore the ContextQA Reporting & Analytics dashboard — track pass rates, detect flaky tests, classify failures by root cause, and share results with stakeholders.


---

# 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, and the optional `goal` query parameter:

```
GET https://learning.contextqa.com/reporting.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
