Skip to content

Commit 0d37924

Browse files
committed
extended test suite
1 parent 09bfe71 commit 0d37924

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

android/browserstack.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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
# ===================
7575
debug: false # <boolean> # Set to true if you need screenshots for every selenium command ran
76+
logLevel : debug
7677
networkLogs: false # <boolean> Set to true to enable HAR logs capturing
78+
testObservability: true

0 commit comments

Comments
 (0)