Skip to content

Commit

Permalink
Merge pull request #44 from iMi-digital/fix/initial-packages-readme
Browse files Browse the repository at this point in the history
fix(docs): add all required packages to readme
  • Loading branch information
peterjaap authored Mar 22, 2022
2 parents dc91416 + 46ac5fa commit 6ebc1b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ First, install Cypress in the root of your Magento 2 project;
```bash
npm init
npm install cypress --save-dev
npm install cypress-file-upload cypress-localstorage-commands --save-dev
npm install cypress-file-upload cypress-localstorage-commands cypress-tags typescript --save-dev
```

The easiest way to install the tests is to clone this repository and move the `cypress` folder into your project. As of right now, we do not provide a fallback mechanism for customizations to the tests, see [Limitations](https://github.com/elgentos/magento2-cypress-testing-suite/blob/main/README.md#no-extensibility--inheritance-of-tests).
Expand Down

0 comments on commit 6ebc1b9

Please sign in to comment.