diff --git a/tools/mochaRunner/src/main.ts b/tools/mochaRunner/src/main.ts index 5008f113..537283ec 100644 --- a/tools/mochaRunner/src/main.ts +++ b/tools/mochaRunner/src/main.ts @@ -112,11 +112,11 @@ async function main() { const githubActionDebugging = process.env['RUNNER_DEBUG'] ? { DEBUG: 'puppeteer:*', - EXTRA_LAUNCH_OPTIONS: { + EXTRA_LAUNCH_OPTIONS: JSON.stringify({ extraPrefsFirefox: { 'remote.log.level': 'Trace', }, - }, + }), } : {};