You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 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 |
18
18
| 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|
19
20
20
21
21
22
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
25
26
26
27
### Installing browserstack-cypress
27
28
```bash
29
+
# Install cypress(ignore if already done)
30
+
$ npm install -g cypress@4.0.2
28
31
# Install dependencies
29
-
$ npm install --save-dev browserstack-cypress-cli
32
+
$ npm install -g browserstack-cypress-cli
30
33
```
31
34
32
35
### Configuring your tests
@@ -68,7 +71,7 @@ The following table provides a reference for all the options that can be provide
68
71
| 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/)| - |
69
72
| 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/)| - |
70
73
| 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. |
72
75
| 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 |
73
76
| 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 |
74
77
| project | Name of the project | A string providing the name of the project |
0 commit comments