Skip to content

Commit 3cb22ac

Browse files
committed
Merge branch 'master' of https://github.com/browserstack/browserstack-cypress-cli into custom_commands
2 parents 16a9283 + 5b60913 commit 3cb22ac

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ You can now run your Cypress tests in BrowserStack using our browserstack-cypres
1414

1515
| Windows 10 | OS X Mojave | OS X Catalina |
1616
|---------------------|:---------------------:|--------------------:|
17-
| chrome 66.0 to 78.0 | chrome 66.0 to 78.0 | chrome 66.0 to 78.0 |
17+
| chrome 66.0 to 79.0 | chrome 66.0 to 79.0 | chrome 66.0 to 79.0 |
1818
| edge 80.0 | edge 80.0 | edge 80.0 |
19+
| firefox 60.0 to 72.0| firefox 60.0 to 72.0 | firefox 60.0 to 72.0|
1920

2021

2122
We are actively working on supporting other browsers and will start adding other browsers to this list.
@@ -25,8 +26,10 @@ We are actively working on supporting other browsers and will start adding other
2526

2627
### Installing browserstack-cypress
2728
```bash
29+
# Install cypress(ignore if already done)
30+
$ npm install -g [email protected]
2831
# Install dependencies
29-
$ npm install --save-dev browserstack-cypress-cli
32+
$ npm install -g browserstack-cypress-cli
3033
```
3134

3235
### Configuring your tests
@@ -68,7 +71,7 @@ The following table provides a reference for all the options that can be provide
6871
| username | These are the BrowserStack credentials that need to be provided to run a test on BrowserStack. You can find this in your [automate dashboard](https://automate.browserstack.com/) | - |
6972
| access_key | These are the BrowserStack credentials that need to be provided to run a test on BrowserStack. You can find this in your [automate dashboard](https://automate.browserstack.com/) | - |
7073
| os (case-sensitive) | The operating system in which you want to run your test. | The following three strings are supported."OS X Mojave" , "OS X Catalina", "Windows 10" |
71-
| browser (case-sensitive) | The browser in which you want to run your tests on. | Right now only "chrome" and "edge" are supported. We are actively working on supporting other browsers. |
74+
| browser (case-sensitive) | The browser in which you want to run your tests on. | Right now only "chrome", "firefox", and "edge" are supported. We are actively working on supporting other browsers. |
7275
| versions | A list of browser versions that you need to run your tests on | Example: To run on versions 69, 67 and 65 provide ["69", "67", "65"]. Right now edge 80 and all chrome versions from 66 to 78 are supported |
7376
| specs | The path to the spec files that need to be run on BrowserStack | Takes a list of strings that point to location of the spec files |
7477
| project | Name of the project | A string providing the name of the project |

0 commit comments

Comments
 (0)