W3cubDocs

/Cypress

Introduction

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.

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 at the point of test failure.
  • See how fast your spec files ran within CI including whether they were run in parallel.
  • See related groupings of tests.
Dashboard Screenshot

Manage organizations

From the Dashboard you can:

  • Create, edit and delete organizations
  • See usage details for each organization.
  • Pay for your selected billing plan.

Manage users

From the Dashboard you can:

  • Invite and edit user’s roles for organizations
  • Accept or reject requests to join your organization.

Integrate with GitHub

From the Dashboard you can:

See tests runs in the Test Runner

Additionally we’ve integrated the tests run into the Cypress Test Runner. This means you can see the tests run in the Runs tab from within every project.

Runs List
Have a question you don’t see answered here?

We have answered some common questions about the Dashboard Service in our FAQ..

Example projects

Once you log in to the Dashboard Service you can view any public project.

Here are some of our own public projects you can view:

© 2017 Cypress.io
Licensed under the MIT License.
https://docs.cypress.io/guides/dashboard/introduction.html