Skip to content

Commit c8f5629

Browse files
Merge pull request #22 from kamal-kaur04/change-local-default-false
set local false by default
2 parents 847d334 + d03ec88 commit c8f5629

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)