diff --git a/README.md b/README.md index a1a44e1..d7a6783 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Configuration files: 1. cypress.json 2. plugins/index.js -Custom commands (shortcuts) are located in support folder (`.cmd.js` suffix) +Custom commands (shortcuts) are located in `cypress/support` folder (`.cmd.js` suffix) Why mobile view is in config and not in test (like cy.viewport())? - we can't change userAgent in the middle of the test: