Skip to content
This repository has been archived by the owner on Mar 1, 2022. It is now read-only.

Latest commit

 

History

History
16 lines (10 loc) · 751 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 751 Bytes

Example and test running specs using Cypress via its Module API

renovate-app badge CircleCI

Testing

  • 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

Debugging

Run tests with DEBUG=test environment variable to see more log messages