From 887486620bb71507a50a8f9af5a75d9c06bf2f5e Mon Sep 17 00:00:00 2001 From: helena <48861601+helenanull@users.noreply.github.com> Date: Tue, 30 Mar 2021 22:38:38 +0300 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6726f3e..12b506c 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ - keep it simple - no 'custom' abstractions/functions/utils/helpers (use what Cypress provides) - tests are easily readable - project is easily understandable even to people without previous JS or Cypress knowledge +- [use shortcuts](https://docs.cypress.io/api/cypress-api/custom-commands#4-Skip-your-UI-as-much-as-possible) and avoid testing one feature multiple times ![image](https://user-images.githubusercontent.com/48861601/110022516-af6f2400-7d34-11eb-8b13-f21789331cb3.png)