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

# Project Dashboard

The **Project Dashboard** gives you a high-level overview of your project's testing health — test case counts, recent test runs, UI automation results, and defect status — all in one place.

***

## Navigating to the Dashboard

From the left sidebar, click **Overview → Dashboard** under your project.

***

## Summary counters

At the top of the dashboard, six cards give you an at-a-glance view of your project:

| Counter                  | Description                                  |
| ------------------------ | -------------------------------------------- |
| **Modules**              | Total number of modules in the project       |
| **Manual Test Cases**    | Total manually written test cases            |
| **AI Test Cases**        | Total test cases generated using AI          |
| **API**                  | Total API runner collections                 |
| **Assigned Users**       | Number of users assigned to the project      |
| **Automated Test Cases** | Total automation scripts in the Test Builder |

***

## Most Recent Test Run

Shows a table of the **5 most recent manual test runs** with:

* **Run ID** — clickable link to view the full run results
* **Total Test Cases** — number of test cases in the run
* **Date Completed** — when the run finished

A **donut chart** on the right shows the pass/fail breakdown of the most recent run:

* Green = Passed
* Red = Failed
* Yellow = Skipped
* Blue = Blocked
* Grey = Not Run

Click **View More** to go to the full [Execution History](/qa/execution-history) page.

***

## Most Recent UI Automation Run

Shows a table of the **5 most recent Playwright automation runs** with:

* **Run ID** — clickable link to the run details
* **Total Test Cases** — number of scripts executed
* **Date Completed** — when the run finished

A **donut chart** on the right shows the pass/fail breakdown of the most recent automation run:

* Green = Passed
* Red = Failed
* Yellow = Skipped

Click **View More** to go to the Automation tab in [Execution History](/qa/execution-history).

***

## Defect Status Overview

A donut chart showing the current distribution of defects across all statuses for the project:

* New
* In-Progress
* Fixed
* Retest
* Closed
* Rejected

This gives you a quick sense of how many open defects exist and where they are in the resolution workflow. Click through to [Defect Management](/qa/defect-management) for the full board and analytics.

***

## What's next?

<CardGroup cols={3}>
  <Card title="Execution History" icon="list" href="/qa/execution-history">
    View all test run results in detail
  </Card>

  <Card title="Defect Management" icon="bug" href="/qa/defect-management">
    Track and manage defects
  </Card>

  <Card title="Wiki" icon="book" href="/qa/wiki">
    Document your test strategy and guidelines
  </Card>
</CardGroup>
