Skip to main content

Posts

Showing posts with the label How to use Cypress dashboard

Cypress Dashboard

  The   Cypress Dashboard   is a service that gives you access to recorded tests - typically when running Cypress tests from your   CI provider . The Dashboard provides you insight into what happened when your tests ran.  Real World Example  New The Cypress  Real World App (RWA)  leverages the  Cypress Dashboard in CI  to test over 300 test cases in parallel across 25 machines, multiple browsers, multiple device sizes, and multiple operating systems. Check out the    Real World App Dashboard . Features Organize projects From the Dashboard you can: Set up a project to record in the Dashboard Reset or add more record keys Change who can access your Cypress project Transfer ownership of projects Delete projects See test run results From the Dashboard you can: See the number of failed, passing, pending and skipped tests. Get the entire stack trace of failed tests. View screenshots taken when tests fail or when using  cy.screenshot() . Watch a video of your entire test run or a video clip a