Skip to main content

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.
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:
CounterDescription
ModulesTotal number of modules in the project
Manual Test CasesTotal manually written test cases
AI Test CasesTotal test cases generated using AI
APITotal API runner collections
Assigned UsersNumber of users assigned to the project
Automated Test CasesTotal 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 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.

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 for the full board and analytics.

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