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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -218,7 +218,7 @@ Note: The ChromeDriver version must match the Chrome browser version on your mac
218
218
Alternatively, you can also hardcode username and access_key objects in the [bstack-config.yaml](resources/conf/caps/bstack-config.yaml) file.
219
219
- Now we need to set the path for the config file we would want to use.
220
220
221
-
- For \*nix based and Mac machines:
221
+
- For unix based and Mac machines:
222
222
223
223
```sh
224
224
export CONFIG_FILE_PATH=<config-file-path>
@@ -228,6 +228,7 @@ Note: The ChromeDriver version must match the Chrome browser version on your mac
228
228
229
229
```sh
230
230
set CONFIG_FILE_PATH=<config-file-path>
231
+
231
232
```
232
233
Note:
233
234
- 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