> For the complete documentation index, see [llms.txt](https://bugowl.gitbook.io/bugowl-ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bugowl.gitbook.io/bugowl-ai/core-concepts/test-results.md).

# Test Results

### Track & Monitor Your Tests

View all your test executions in one place with real-time status updates and comprehensive result details.

#### What You Get

**Complete Test History**

* All test runs across projects and environments
* Real-time status updates (Running, Pass, Failed, etc.)
* Easy filtering by test type and project

**Rich Result Details**

* Step-by-step execution logs
* Screenshots and video recordings
* Performance metrics and timing data

**Easy Sharing**

* Generate public links for any test result
* Share with stakeholders without BugOwl accounts
* Professional result pages for external sharing

#### Key Features

* **Live Monitoring**: Watch tests run in real-time
* **Visual Evidence**: Screenshots and videos of test execution
* **Smart Filtering**: Find specific tests quickly
* **One-Click Sharing**: Share results instantly
* **Mobile Friendly**: Access results anywhere

#### Perfect For

* **QA Teams**: Track test coverage and results
* **Developers**: Debug failed tests with visual evidence
* **Managers**: Share progress reports with stakeholders
* **Clients**: Demonstrate test quality and coverage

See your tests in action, share results effortlessly, and never miss a test failure again.


---

# 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://bugowl.gitbook.io/bugowl-ai/core-concepts/test-results.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.
