Test History
Explore historical Playwright and Cypress tests performance with Test History
Last updated
Was this helpful?
Explore historical Playwright and Cypress tests performance with Test History
Test History helps you to review the historical performance of individual tests across different runs and branches.
Each individual bar represents an instance of the test. The bars are arranged in chronological order. Hovering over a bar displays the run’s details, and clicking on a bar opens the recorded test instance with full information.
The bars are colored as follows:
red - failed
blue - passed
purple - passed but flaky
grey - test was ignored
orange - test was skipped due to a failure
You can access the Test History in two ways:
Through the History tab in the Test View.
Through the History section of the Test Explorer.
Filter test executions by a specific time range: 7, 14, 28, or 45 days.
Filter test executions by Test Status.
Toggle "Collapse Branches" to show/collapse timelines for individual branches for more effective troubleshooting.
Show timelines only for selected branches.
Please note: only branches detected within the fetched test instances will show up.
Instances with the same spec file, project and title will be considered as belonging to the same test - i.e. renaming a test or renaming a spec file will "detach" it from its history.
Last updated
Was this helpful?
Was this helpful?