Cypress Reports Dashboard
dashboard image
The best reporting tool for Cypress

Why to use this dashboard?

Simple to Install
To generate reports you need to install only one npm package.
Painless setup
Setup process cannot be more simple. All you need to do is define this package as reporter in the cypress.json file. That is all.
Clean design
Everything is displayed in a single page without any need to interact. Overall fail and pass stats, auto-scrolled list of specs and list of all tests.

Setup guide

  1. Install package
    npm install cypress-dashboard
  2. Add reporter to cypress.json
    {
    "reporter": "cypress-dashboard",
    "reporterOptions": {
    "reportDir": "cypress/reports",
    "isLocalDeployment": true
    }
    }
Github logonpm logo