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: docs/API.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,8 +65,8 @@ Your browserstack user name<br/>
65
65
- `key` (_string_)<br/>
66
66
Your browserstack key<br/>
67
67
> for security reasons it is recommended to use the env var `BROWSERSTACK_KEY` instead
68
-
- `folder` (_string_, optional)<br/>
69
-
The path to the folder which should be accessible through the browserstack-local tunnel. If not provided the default `folder` browser config option is used
68
+
- `folder` (_string_, _boolean_ optional)<br/>
69
+
The path to the folder which should be accessible through the browserstack-local tunnel. Explicitly set this to `false` if you wish to test an internal server. If any other falsy value is provided the default `folder` browser config option is used.
0 commit comments