Skip to content

Commit 5b0301c

Browse files
committed
comments
1 parent 0b85081 commit 5b0301c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/compass-e2e-tests/helpers/compass.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ async function startCompassElectron(
602602
'--enable-logging=file',
603603
// See https://www.electronjs.org/docs/latest/api/command-line-switches#--log-filepath
604604
`--log-file=${electronLogFile}`,
605-
// See // https://chromium.googlesource.com/chromium/src/+/master/docs/chrome_os_logging.md
605+
// See https://chromium.googlesource.com/chromium/src/+/master/docs/chrome_os_logging.md
606606
'--log-level=0'
607607
);
608608

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

0 commit comments

Comments
 (0)