Skip to content

Commit b0c358f

Browse files
Update bstack-parallel-browsers.yml
Enabled logs for jenkins sales demo
1 parent 2dd6437 commit b0c358f

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

src/test/resources/conf/capabilities/bstack-parallel-browsers.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ browserstackLocal: false # <boolean> (Default false)
6565
# ===================
6666
# Debugging features
6767
# ===================
68-
debug: false # <boolean> # Set to true if you need screenshots for every selenium command ran
69-
networkLogs: false # <boolean> Set to true to enable HAR logs capturing
68+
debug: true # <boolean> # Set to true if you need screenshots for every selenium command ran
69+
browserProfiling: true
70+
networkLogs: true # <boolean> Set to true to enable HAR logs capturing
7071
consoleLogs: errors # <string> Remote browser's console debug levels to be printed (Default: errors)
71-
# Available options are `disable`, `errors`, `warnings`, `info`, `verbose` (Default: errors)
72+
# Available options are `disable`, `errors`, `warnings`, `info`, `verbose` (Default: errors)

0 commit comments

Comments
 (0)