From 2eb15fbc3a0467c72c0efc308d3cf32001d49d9b Mon Sep 17 00:00:00 2001 From: helena <48861601+helenanull@users.noreply.github.com> Date: Wed, 3 Mar 2021 21:15:31 +0200 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fb5772f..39bdd58 100644 --- a/README.md +++ b/README.md @@ -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