chore: Upgrade Cypress and docs on how to run tests

This commit is contained in:
Lokesh Dhakar
2019-05-25 19:18:34 -07:00
parent 7a4e672b8c
commit 20c33cc3bb
3 changed files with 208 additions and 253 deletions

View File

@@ -1,4 +1,11 @@
## How to make a release and deploy
## Running tests
Run Cypress integration tests in Chrome browser.
- `npm run dev` to start local server.
- `npm run test`
## Making a new release
- Update version number in `src/color-thief.js` and `package.json`
- Run `npm run build`