Run Cypress Tests without the UI

Share this video with your friends

Send Tweet

The Cypress UI is a great way to work through individual tests and while TDD-ing new features, but it isn’t ideal for running large test suites or for running on a CI server. In this lesson, we’ll add an npm script to run all of our tests without the UI and look at the results of a full test run.

Esom Ekeh
Esom Ekeh
~ 5 years ago

Thank you