From ec50a0a77bddd233f9c5e2420de755f0b8879434 Mon Sep 17 00:00:00 2001 From: helena <48861601+helenanull@users.noreply.github.com> Date: Wed, 3 Mar 2021 21:16:13 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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]