Skip to content

Commit

Permalink
Fix npm install command
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjaap authored Sep 19, 2023
1 parent bf7ad1d commit f3a8965
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 @@ -173,7 +173,7 @@ git clone git@github.com:elgentos/magento2-cypress-testing-suite.git
mv magento2-cypress-testing-suite/cypress .
mv magento2-cypress-testing-suite/cypress.config.js .
rm -rf magento2-cypress-testing-suite
npm install cypress:^12.2.0 cypress-localstorage-commands:^2.2.2 cypress-tags:^1.1.2 typescript:^4.8.3
npm install cypress@^12.2.0 cypress-localstorage-commands@^2.2.2 cypress-tags@^1.1.2 typescript@^4.8.3
```

If you only need the Hyvä tests:
Expand Down

0 comments on commit f3a8965

Please sign in to comment.