From b78fc04093e683c194e615a7e65b8a4d83baf9b9 Mon Sep 17 00:00:00 2001 From: helena <48861601+helenanull@users.noreply.github.com> Date: Tue, 2 Mar 2021 21:53:34 +0200 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 60ec45e..2b739d9 100644 --- a/README.md +++ b/README.md @@ -1 +1,15 @@ -# cypress-example \ No newline at end of file +# example tests using cypress __[and keeping it simple]__ + +# Setup + +npm install + +# run tests + +//todo + +__Following best practices__ + +0. KISS [keep it simple, stupid] +1. using shortcuts to test only one feature at a time +2. __not__ using page objects pattern but keeping selectors (only selectors) separately as they are not easily readable