3.0.3 • Published 4 months ago

@form8ion/cypress-scaffolder v3.0.3

Weekly downloads
249
License
MIT
Repository
github
Last release
4 months ago

cypress-scaffolder

opinionated scaffolder for leveraging Cypress for testing a project

Node CI Workflow Status

Usage

npm Try @form8ion/cypress-scaffolder on RunKit MIT license

Installation

$ npm install @form8ion/cypress-scaffolder --save-prod

Options

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

Conventional Commits Commitizen friendly semantic-release PRs Welcome Renovate

Dependencies

$ nvm install
$ npm install

Verification

$ npm test