Project Overview Page
This page serves as the main dashboard for a specific project, providing a high-level summary of its status and recent activity. You typically arrive here after clicking on a project card from the Projects List or the Dashboard.
The top of the page displays the project's icon, name, current status (Active/Completed), and the creation/completion dates.
Below this header information, the page content is organized into several summary sections, often displayed in two columns on wider screens:
Current Milestones
(Icon: Milestone)
- Displays a list of milestones for this project that are currently active (not completed or deleted).
- Milestones are ordered primarily by start date, then completion date.
- Includes a link "See All Milestones" which navigates to the main Milestones page for this project (
/projects/milestones/[projectId]).
Test Case Repository
(Icon: ListTree)
- Displays the latest 5 active (not deleted or archived) Test Cases added to this project's repository.
- Each case name links to its details page within the repository (
/projects/repository/[projectId]/[caseId]). - Includes a link "See All Test Cases ([count])" which navigates to the main Test Case Repository page for this project (
/projects/repository/[projectId]).
Active Test Runs
(Icon: PlayCircle)
- Displays the latest 5 active (not deleted or completed) Test Runs for this project.
- Each run shows:
- Its name (linked to the run execution page
/projects/runs/[projectId]/[runId]). - The date it was created.
- A summary bar showing the status counts (e.g., Passed, Failed, Blocked, Untested) of the test cases within that run.
- Its name (linked to the run execution page
- Includes a link "See All Active Test Runs ([count])" which navigates to the main Test Runs page for this project (
/projects/runs/[projectId]).
Active Sessions
(Icon: Compass)
- Displays the latest 5 active (not deleted or completed) Test Sessions for this project.
- Each session shows:
- Its name (linked to the session execution page
/projects/sessions/[projectId]/[sessionId]). - The date it was created.
- A summary bar showing the outcome counts (e.g., Passed, Failed, Blocked, In Progress) for that session.
- Its name (linked to the session execution page
- Includes a link "See All Active Sessions ([count])" which navigates to the main Sessions page for this project (
/projects/sessions/[projectId]).
Tags
(Icon: TagsIcon)
- Displays a Tag Cloud visualizing the tags used within the active Test Cases of this specific project.
- The size of each tag name corresponds to its frequency of use within the project's active cases.
- Tag names might be truncated for display.
- Includes a link "See All Tags" which navigates to the project-specific Tags page (
/projects/tags/[projectId]).