Sample test suite with setup for puppeteer
To run script just type
yarn run <scriptName>
or
npm run <scriptName>
Here is a list of available scripts
| Command | Notes |
|---|---|
test |
Runs tests in develop mode and enable watcher |
test-all |
Runs all tests without bailing after first one |