File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
packages/compass-e2e-tests/helpers Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff 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 } ,
You can’t perform that action at this time.
0 commit comments