JSPM

cypress

4.11.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 6245397
  • Score
    100M100P100Q228113F
  • License MIT

Cypress.io end to end testing tool

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

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.