1.1.0 • Published 3 years ago

@inspire11/puppeteer-bootstrap v1.1.0

Weekly downloads
44
License
MIT
Repository
bitbucket
Last release
3 years ago

puppeteer-bootstrap

Inspire11 OSS

License

Build status Vulnerabilities

Scaffolded project for painless QA automation.

Add your own Pages and specs, push to Bitbucket, PROFIT.

Failed tests generate screenshots in /screenshots.

Tooling

Commands

npm run test:dev

Runs the tests against the DEV environment

npm run test:staging

Runs the tests against the STAGING environment

Local Configuration

This project uses dotenv-extended to manage environment variables. The required values are described in the .env.schema file. To run locally, add a .env file to the root of the project and add the necessary values. This file will intentionally NOT be tracked by Git.