Overview - Cypress Dashboard (Cloud) service
What is it?
The Cypress Dashboard is a cloud service that collects, stores, and displays detailed information about your Cypress test runs. It helps you see test results, videos, screenshots, and logs in one place. This service works alongside your local Cypress tests to give you a clear picture of how your tests perform over time.
Why it matters
Without the Cypress Dashboard, you would only see test results on your local machine, making it hard to track issues across teams or over time. The Dashboard solves this by centralizing test data, helping teams quickly find failures and understand test behavior. This saves time and reduces frustration when fixing bugs or improving tests.
Where it fits
Before using the Cypress Dashboard, you should know how to write and run Cypress tests locally. After learning the Dashboard, you can explore advanced test analytics, continuous integration setups, and team collaboration features that improve testing workflows.