Test History
Explore historical cypress tests performance with Test History snipper
Test History helps you to review historical performance of individual test across different runs and branches.

Cypress test history - flaky, passed and failed instances
Each individual dot is an instance of the test. The dots are arranged in chronological order.
Hovering over a dot will show individual run details. Clicking on a dot will open the recorded test instance and reveal its details.
The dots are coloured as follows:
- red - failed
- blue - passed
- purple - passed but flaky
- grey - test was ignored
- orange - test was skipped due to a failure
- While browsing tests list, click the "Test History" button, this will open the Test History Snippet in Preview mode:

Test History Preview snippet in tests list view
- While browsing Test Details view, full Test History Snippet is shown at the top of the view.

Test History Snippet in Test Details view
Set the number of test instances to fetch - that includes past and future runs, we'll try to fetch equal number of future and past instances.
Please note: "Show Items" control is hidden for Preview mode and shows only 10 items.
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 modified 1yr ago