docs(README) Changes README related to cypress to use the new commands (#610)
This commit is contained in:
parent
57d2ae23ae
commit
4f1505de3c
@ -119,10 +119,13 @@ Commands to run the tests:
|
|||||||
|
|
||||||
```js
|
```js
|
||||||
// Open Cypress Dashboard that provides insight into what happened when your tests ran
|
// 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
|
// 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
|
### Contributing
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user