@form8ion/cypress-scaffolder
v4.0.0
Published
opinionated scaffolder for leveraging Cypress for testing a project
Readme
cypress-scaffolder
opinionated scaffolder for leveraging Cypress for testing a project
Usage
Installation
$ npm install @form8ion/cypress-scaffolder --save-prodOptions
projectRoot string (required)
path to the root of the project
testDirectory string (required)
path to the directory containing the Cypress tests
testBaseUrl string (required)
URL where the application or site will be served when the Cypress tests run
Contributing
Dependencies
$ nvm install
$ npm installVerification
$ npm test