Skip to content

Commit

Permalink
TINY-11252: Add terminal and network logging
Browse files Browse the repository at this point in the history
I don't think we need to hide this logging behind a CLI option
  • Loading branch information
jscasca committed Nov 10, 2024
1 parent 9784758 commit f25b377
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/server/src/main/ts/bedrock/auto/RemoteDriver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ const addDriverSpecificOpts = (opts: WebdriverIO.RemoteOptions, settings: Driver
tunnel: true,
console: true,
w3c: true,
network: true,
terminal: true,
plugin: 'node_js-webdriverio',
...platformName,
...tunnelName,
Expand Down

0 comments on commit f25b377

Please sign in to comment.