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
- Green = Passed
- Red = Failed
- Yellow = Skipped
- Blue = Blocked
- Grey = Not Run
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
- Green = Passed
- Red = Failed
- Yellow = Skipped
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
What’s next?
Execution History
View all test run results in detail
Defect Management
Track and manage defects
Wiki
Document your test strategy and guidelines