File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ parallelsPerPlatform: 15
6262# ==========================================
6363# Set browserStackLocal to true if your website under test is not accessible publicly over the internet
6464# Learn more about how BrowserStack Local works here -> https://www.browserstack.com/docs/automate/selenium/local-testing-introduction
65- browserstackLocal : true # <boolean> (Default false)
65+ browserstackLocal : false # <boolean> (Default false)
6666# browserStackLocalOptions:
6767# Options to be passed to BrowserStack local in-case of advanced configurations
6868# localIdentifier: # <string> (Default: null) Needed if you need to run multiple instances of local.
@@ -73,4 +73,6 @@ browserstackLocal: true # <boolean> (Default false)
7373# Debugging features
7474# ===================
7575debug : false # <boolean> # Set to true if you need screenshots for every selenium command ran
76+ logLevel : debug
7677networkLogs : false # <boolean> Set to true to enable HAR logs capturing
78+ testObservability : true
You can’t perform that action at this time.
0 commit comments