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
@@ -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