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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,10 +39,10 @@ Tip: you can skip version (`@53.0`) or/and OS name (`:Windows 10`).
39
39
## Browserstack Proxy Options
40
40
Proxy options can be passed via envrionment variables.
41
41
42
-
BROWSERSTACK_PROXY - This string needs to be in the form of `user:pass@proxyHostName:port`
43
-
BROWERSTACK_LOCAL_PROXY - This string needs to be in the form of `user:pass@proxyHostName:port`
44
-
BROWSERSTACK_FORCE_LOCAL - This can be true or omitted for false
45
-
BROWSERSTACK_FORCE_PROXY - This can be true or omitted for false
42
+
-`BROWSERSTACK_PROXY` - a string that specifies a proxy for the Browserstack local binary. It should have the following structure: `user:pass@proxyHostName:port`,
43
+
-`BROWERSTACK_LOCAL_PROXY` - a string that specifies a proxy for the local web server. It should have the following structure: `user:pass@proxyHostName:port`,
44
+
-`BROWSERSTACK_FORCE_PROXY` - if it's not empty, forces all traffic of Browserstack local binary to go through the proxy,
45
+
-`BROWSERSTACK_FORCE_LOCAL` - if it's not empty, forces all traffic of Browserstack local binary to go through the local machine
0 commit comments