mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-19 21:51:16 -06:00
443 B
443 B
Cypress
What is this?
Cypress comes packaged as an npm module, which is all you need to get started.
After installing you'll be able to:
- Open Cypress from the CLI
- Run Cypress from the CLI
requireCypress as a module
Install
Requires Node version >= 10.0.0
npm install --save-dev cypress
Documentation
Please visit our documentation for a full list of commands and examples.