Package Exports
- cypress
- cypress/bin/cypress
- cypress/lib/cli
- cypress/package.json
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (cypress) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Cypress
Fast, easy and reliable testing for anything that runs in a browser.
What is this?
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
Install
Please check our system requirements.
npm install --save-dev cypress
Documentation
Please visit our documentation for a full list of commands and examples.