Skip to content

Testing

Adam Argyle edited this page Apr 19, 2019 · 3 revisions

Running tests locally

  1. npm i
  2. npm run test:ci

Developing tests locally

  1. npm i
  2. npm start in terminal #1, spin up the local dev server so puppeteer has a site to load
  3. npm test:dev will run tests in watch mode, contextually rerunning tests as they change
Clone this wiki locally