Example and test running specs using Cypress via its Module API
- Install dependencies for this module
npm install
- Install a version of Cypress to test, for example
npm i cypress@3.0.0
- Run tests with
npm test
Run tests with DEBUG=test
environment variable to see more log messages