From a112d992f45851852c89a45d6281c2feee72f398 Mon Sep 17 00:00:00 2001 From: helena <48861601+helenanull@users.noreply.github.com> Date: Wed, 15 Nov 2023 23:01:06 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8b6e204..00d34f1 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ - import **`cypress-example`** folder and you are good to go ## :bulb: Information +:information_source: _Feel free to delete `.circleCI` folder and `Jenkinsfile` from your machine. (These files are for CI to run tests automatically once a week)_ #### :test_tube: Tests :file_folder: Tests are located in `cypress/e2e` folder @@ -38,6 +39,7 @@ :file_folder: Selectors (CSS selectors) are located in `cypress/selectors` folder [only difference from cypress default project structure] - __not__ using page object model(POM) design pattern but keeping selectors (only selectors) separately [Read more](https://github.com/helenanull/cypress-example#grey_question-qa) + #### :hammer_and_wrench: Configuration Config files: 1. `cypress.config.js` - Main config file where default behavior of Cypress can be modified. [More info](https://docs.cypress.io/guides/references/configuration)