docs(README) Changes README related to cypress to use the new commands (#610)

This commit is contained in:
João Felipe de Medeiros Moreira 2019-07-01 07:01:18 -03:00 committed by Erik Ziegler
parent 57d2ae23ae
commit 4f1505de3c

View File

@ -119,10 +119,13 @@ Commands to run the tests:
```js
// Open Cypress Dashboard that provides insight into what happened when your tests ran
yarn run cypress
yarn run cy
// Run all tests using Electron browser headless
yarn run cypress:all
yarn run cy:run
// Run all tests in CI mode
yarn run cy:run:ci
```
### Contributing