Vova Tkach 8b70452b78 Move cypress to support folder 5 years ago
..
bin 8b70452b78 Move cypress to support folder 5 years ago
lib 8b70452b78 Move cypress to support folder 5 years ago
node_modules 8b70452b78 Move cypress to support folder 5 years ago
types 8b70452b78 Move cypress to support folder 5 years ago
README.md 8b70452b78 Move cypress to support folder 5 years ago
index.js 8b70452b78 Move cypress to support folder 5 years ago
package.json 8b70452b78 Move cypress to support folder 5 years ago

README.md

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
  • require Cypress as a module

Install

Requires Node version >= 4.0.0

npm install --save-dev cypress

Documentation

Please visit our documentation for a full list of commands and examples.