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

# Overview

Overview is the fastest way to gauge testing health across your organisation.

<figure><img src="/files/2QHSppUAqMioikRdoXV7" alt="Teddy overview page"><figcaption></figcaption></figure>

### <i class="fa-chart-line">:chart-line:</i> Key signals

* <i class="fa-square-check">:square-check:</i> **Pass rate** - Percentage of test runs passing over the last 14 days, split by environment (production, staging, dev). The trend arrow compares against the previous period so you can see whether quality is moving up or down.
* <i class="fa-clock-rotate-left">:clock-rotate-left:</i> **Recent runs** - The latest automated test executions with their pass rate and duration, so you can confirm the most recent activity at a glance.
* <i class="fa-triangle-exclamation">:triangle-exclamation:</i> **Open issues** - Everything currently unresolved, with critical issues called out and the most recently surfaced problems listed first.
* <i class="fa-diagram-project">:diagram-project:</i> **Error origin** - Where failures come from: your own app, a third-party dependency, or an unknown source. This tells you how much is yours to fix.
* <i class="fa-circle-nodes">:circle-nodes:</i> **Error source** - How each failure was detected (exception thrown, missing UI element, assertion failure, page timeout, console error), so you know what kind of problem you are dealing with.
* <i class="fa-layer-group">:layer-group:</i> **Issues by priority** - Open issues bucketed into critical, high, medium, and low.
* <i class="fa-file-lines">:file-lines:</i> **Top affected pages** - The pages carrying the most open issues, ranked, so you know where to focus first.

Spot regressions quickly here, then drill into issues, products, exploration, tests, or schedules.

Jump to:

* [Issues](/viewport-dashboard/issues.md)
* [Products](/viewport-dashboard/products.md)
* [Exploration](/viewport-dashboard/exploration.md)
* [Tests](/viewport-dashboard/tests.md)
* [Schedules](/viewport-dashboard/schedules.md)
* [Settings](/viewport-dashboard/settings.md)

Manage targets from the target menu in the top-right navbar, next to the active product.

The **Exploration** page combines the state graph with the runs table for the selected target.
