Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
lerouxb committed Dec 27, 2024
1 parent 0b85081 commit 5b0301c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/compass-e2e-tests/helpers/compass.ts
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ async function startCompassElectron(
'--enable-logging=file',
// See https://www.electronjs.org/docs/latest/api/command-line-switches#--log-filepath
`--log-file=${electronLogFile}`,
// See // https://chromium.googlesource.com/chromium/src/+/master/docs/chrome_os_logging.md
// See https://chromium.googlesource.com/chromium/src/+/master/docs/chrome_os_logging.md
'--log-level=0'
);

Expand Down Expand Up @@ -647,6 +647,9 @@ async function startCompassElectron(
'wdio:enforceWebDriverClassic': true,
'wdio:chromedriverOptions': {
// enable logging so we don't have to debug things blindly
// This goes in .log/webdriver/wdio-chromedriver-*.log. It is the
// chromedriver log and since this is verbose it also contains the
// stdout of the electron main process.
verbose: true,
},
},
Expand Down

0 comments on commit 5b0301c

Please sign in to comment.