Spec Files View
Structured view of spec file executions, tests, metrics, and history.
For every run, the Dashboard displays a list of executed spec files. To analyze a specific run: Select the run → Choose the “Spec Files” tab → Select any spec file from the list.
When selecting a Spec File, users can view the Spec File Details and access advanced features such as Spec Files Explorer, the list of Tests, Console, Metrics, and History.
Tests
The list of tests in the Spec Files View includes the Test Status, the number of attempts, start and end timestamps, duration, number of Playwright Annotations, test owners, and direct access to the test artifacts such as screenshots, videos, traces, and visual diffs (if you have enabled the Playwright Visual Testing).
Filters and Controls
The test list can be sorted by Status, Test Title, Duration, Start Time, and Finish Time. It can also be filtered by Playwright Annotations and Test Status to help narrow down the results.
Console
The Playwright console output displays the result of each test attempt, along with relevant details such as the start and end timestamps, expected status, and the recording URL in Currents.
In case of errors, it provides the error details for each individual attempt. See more details on Console Output.
Metrics
The Metrics tab provides a summary of the six key metrics available in the Spec File Explorer: Average Duration, Overall Executions, Suite Size, Failure Rate, Flakiness Rate, and Timeout Rate. For more information on these metrics and how the performance charts work, please check Spec Files Explorer Metrics and Performance Charts.

History
The History tab presents a timeline of test executions within the Spec File. For additional details, refer to History.

Last updated
Was this helpful?