What is Cypress? Cypress is a JavaScript-based end-to-end testing framework that
doesn't use Selenium. It is built on top of Mocha and runs in the browser
simplifying asynchronous testing. Mocha is a testing framework for JavaScript
and tests should be written using Mocha’s BDD interface. Cypress can