Update README.md

master
helena 4 years ago committed by GitHub
parent 83044407b1
commit 5df698f1c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -20,16 +20,14 @@ cd to `cypress-example` folder and run `npm install`
cypress test runner (cypress __open__): cypress test runner (cypress __open__):
`npm run cy:open:web` OR `cypress open --env device=web` `npm run cy:open:web` OR `cypress open --env device=web` (change web to mob to switch to mobile view)
`npm run cy:open:mob` OR `cypress open --env device=mob`
cypress __headless mode__ (cypress run): cypress __headless mode__ (cypress run):
`npm run cy:run:web` OR `cypress run --env device=web` `npm run cy:run:web` OR `cypress run --env device=web`
`npm run cy:run:mob` OR `cypress run --env device=mob`
- If you installed Cypress zip: - If you installed Cypress zip:

Loading…
Cancel
Save