diff --git a/README.md b/README.md index 39bdd58..a21dc08 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # example tests using cypress __[and keeping it simple]__ -# Setup +# 1. Setup `npm install` -# run tests +# 2. Run tests cypress test runner (cypress __open__): @@ -20,6 +20,8 @@ cypress __headless mode__ (cypress run): `npm run cypress run --env device=web` + + # __Following best practices__ 0. KISS [keep it simple, stupid]