Cypress Dashboard
Get an introduction to Cypress Dashboard and its advantages.
We'll cover the following...
There is more to Cypress than running component and end-to-end tests. Cypress
also provides a dashboard to see test results, including screenshots and videos if
they are enabled in the cypress.json
configuration file. For an overview of the
capabilities and some product demos, please have a look at the Cypress Dashboard.
Generate product videos
In the End-to-end tests lesson earlier, we learned that Cypress can record videos of the test cases we develop. Needless to say, this is incredibly helpful to debug what went wrong with failed tests, but what if we could leverage these videos to generate promotional videos of new features? What about documentation videos that are always up-to-date?
Let’s say we ...