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
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -224,11 +224,10 @@ Note: The ChromeDriver version must match the Chrome browser version on your mac
224
224
export CONFIG_FILE_PATH=<config-file-path>
225
225
```
226
226
227
-
- For Windows:
227
+
- For Windows:
228
228
229
229
```sh
230
230
set CONFIG_FILE_PATH=<config-file-path>
231
-
232
231
```
233
232
Note:
234
233
- We have configured a list of test capabilities in the [bstack-config.yaml](resources/conf/caps/bstack-config.yaml) file. You can certainly update them based on your device / browser test requirements.
0 commit comments