From 5df698f1c825cf4e8e2b22dff30eeab9d8094f2c Mon Sep 17 00:00:00 2001 From: helena <48861601+helenanull@users.noreply.github.com> Date: Mon, 15 Mar 2021 22:57:08 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index bcbeb7f..9f00bdb 100644 --- a/README.md +++ b/README.md @@ -20,16 +20,14 @@ cd to `cypress-example` folder and run `npm install` 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): `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: