Skip to content

Commit d03ec88

Browse files
committed
set local false by default
1 parent 847d334 commit d03ec88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browserstack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ parallelsPerPlatform: 1
5858
# ==========================================
5959
# Set browserStackLocal to true if your website under test is not accessible publicly over the internet
6060
# Learn more about how BrowserStack Local works here -> https://www.browserstack.com/docs/automate/selenium/local-testing-introduction
61-
browserstackLocal: true # <boolean> (Default true)
61+
browserstackLocal: true # <boolean> (Default false)
6262
# browserStackLocalOptions:
6363
# Options to be passed to BrowserStack local in-case of advanced configurations
6464
# - localIdentifier: # <string> (Default: null) Needed if you need to run multiple instances of local.

0 commit comments

Comments
 (0)