We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b3e495f + 63594d5 commit 5b60913Copy full SHA for 5b60913
README.md
@@ -26,8 +26,10 @@ We are actively working on supporting other browsers and will start adding other
26
27
### Installing browserstack-cypress
28
```bash
29
+# Install cypress(ignore if already done)
30
+$ npm install -g [email protected]
31
# Install dependencies
-$ npm install --save-dev browserstack-cypress-cli
32
+$ npm install -g browserstack-cypress-cli
33
```
34
35
### Configuring your tests
0 commit comments