Update README.md

master
helena 4 years ago committed by GitHub
parent d04bb6fd0e
commit 2eb15fbc3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,13 +2,25 @@
# Setup
npm install
`npm install`
# run tests
//todo
cypress test runner (cypress __open__):
__Following best practices__
`npm run cypress open --env device=mob`
`npm run cypress open --env device=web`
cypress __headless mode__ (cypress run):
`npm run cypress run --env device=mob`
`npm run cypress run --env device=web`
# __Following best practices__
0. KISS [keep it simple, stupid]
2. Using shortcuts to test only one feature at a time

Loading…
Cancel
Save