|
|
@ -1,10 +1,10 @@
|
|
|
|
# example tests using cypress __[and keeping it simple]__
|
|
|
|
# example tests using cypress __[and keeping it simple]__
|
|
|
|
|
|
|
|
|
|
|
|
# Setup
|
|
|
|
# 1. Setup
|
|
|
|
|
|
|
|
|
|
|
|
`npm install`
|
|
|
|
`npm install`
|
|
|
|
|
|
|
|
|
|
|
|
# run tests
|
|
|
|
# 2. Run tests
|
|
|
|
|
|
|
|
|
|
|
|
cypress test runner (cypress __open__):
|
|
|
|
cypress test runner (cypress __open__):
|
|
|
|
|
|
|
|
|
|
|
@ -20,6 +20,8 @@ cypress __headless mode__ (cypress run):
|
|
|
|
`npm run cypress run --env device=web`
|
|
|
|
`npm run cypress run --env device=web`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# __Following best practices__
|
|
|
|
# __Following best practices__
|
|
|
|
|
|
|
|
|
|
|
|
0. KISS [keep it simple, stupid]
|
|
|
|
0. KISS [keep it simple, stupid]
|
|
|
|