Fast, easy and reliable testing for anything that runs in a browser.
Cypress comes packaged as an npm
module, which is all you need to get started testing.
After installing you'll be able to:
- Open Cypress from the CLI
- Run Cypress from the CLI
-
require
Cypress as a module
Please check our system requirements.
npm install --save-dev cypress
Please visit our documentation for a full list of commands and examples.