> ## Documentation Index
> Fetch the complete documentation index at: https://docs.testdino.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Organization Analytics in TestDino

> See test health across every project in your organization: live risk counts, pass and flaky trends, per-project health, and plan capacity.

Organization Analytics rolls up test health across every active project in your org. It shows what is failing now, how pass and flaky rates trend, which projects are most at risk, and how much of your plan you have used. Open it from **Analytics** in the organization sidebar.

Any org member can view it. Paused projects are left out of the totals.

## Quick Reference

| Section                               | Shows                                             |
| :------------------------------------ | :------------------------------------------------ |
| [Right now](#right-now)               | Live risk counts and executions left              |
| [Delivery health](#delivery-health)   | Daily pass rate and flaky rate                    |
| [Project health](#project-health)     | Per-project pass, failure, and flaky rates        |
| [Plan & capacity](#plan-and-capacity) | Test cases, projects, and seats against your plan |

## Time window

A single time-period control in the header scopes the whole page. Pick **Last 7 days**, **Last 30 days** (default), or **Last 90 days**. The page always covers every project you can access, with no per-project filter.

## Right now

3 cards summarize current risk and remaining usage.

| Card                    | Shows                                                                                        |
| :---------------------- | :------------------------------------------------------------------------------------------- |
| **Executions Left**     | Test executions remaining in the current billing period, the total quota, and the reset date |
| **Chronically Failing** | Active tests that failed on most of their recent runs, and their share of active tests       |
| **Flaky-Prone Tests**   | Active tests that pass and fail without code changes, and their share of active tests        |

The chronic and flaky counts cover the selected time window.

## Delivery health

2 daily trend charts span the selected window, with 1 point per calendar day.

| Chart                    | Shows                                |
| :----------------------- | :----------------------------------- |
| **Pass Rate Over Time**  | Daily pass rate across all projects  |
| **Flaky Rate Over Time** | Daily flaky rate across all projects |

Trends appear once you have at least 2 days of runs.

## Project health

A table ranks projects by risk, most at-risk first. Each row is 1 project.

| Column       | Meaning                           |
| :----------- | :-------------------------------- |
| Rank         | Risk position, highest risk first |
| Project      | Project name                      |
| Tests        | Active test count                 |
| Pass         | Pass rate                         |
| Failure      | Failure rate                      |
| Flaky        | Flaky rate                        |
| Avg Duration | Average run duration              |
| Health       | Healthy, Warning, or Critical     |

The **Health** badge follows fixed thresholds:

| Badge        | Condition                                                     |
| :----------- | :------------------------------------------------------------ |
| **Critical** | Failure rate is 30% or higher                                 |
| **Warning**  | Failure rate is 15% or higher, or flaky rate is 10% or higher |
| **Healthy**  | Below both thresholds                                         |

The table sorts by risk automatically. Column headers are not clickable.

## Plan and capacity

3 cards track usage against your plan.

| Card                  | Shows                                                           |
| :-------------------- | :-------------------------------------------------------------- |
| **Unique Test Cases** | Total unique active test cases across your projects             |
| **Projects**          | Projects used against your plan limit, with slots free          |
| **Seats**             | Member seats used against your plan limit, with seats available |

The **Projects** and **Seats** bars turn amber when you are at or over your plan limit, which is a prompt to upgrade.

<Note>
  CI (continuous integration) time and cost analytics are coming. They will estimate your total CI minutes and the share spent on flaky reruns.
</Note>

## Related

<CardGroup cols={2}>
  <Card title="Project Analytics" icon="chart-line" href="/platform/playwright-test-analytics">
    Build a custom dashboard for a single project
  </Card>

  <Card title="Billing & Usage" icon="credit-card" href="/platform/billing-and-usage/overview">
    Track executions, seats, and plan limits
  </Card>

  <Card title="Projects" icon="folder" href="/platform/organizations/projects">
    Create and manage projects in your org
  </Card>

  <Card title="Flaky Tests" icon="shuffle" href="/guides/playwright-flaky-test-detection">
    Detect and fix flaky tests
  </Card>
</CardGroup>
