docs: Update readme for end to end test commands (#1774)
This commit is contained in:
parent
41225eefc0
commit
8f1785446b
@ -115,13 +115,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 cy
|
yarn test:e2e
|
||||||
|
|
||||||
// Run all tests using Electron browser headless
|
// Run all tests using Electron browser headless
|
||||||
yarn run cy:run
|
yarn test:e2e:local
|
||||||
|
|
||||||
// Run all tests in CI mode
|
// Run all tests in CI mode
|
||||||
yarn run cy:run:ci
|
yarn run test:e2e:ci
|
||||||
```
|
```
|
||||||
|
|
||||||
### Contributing
|
### Contributing
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user