Skip to content

Commit fc54e2c

Browse files
authored
Merge branch 'main' into element-output-2
2 parents f4f2219 + 6ba1816 commit fc54e2c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/test.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ async function runTests(attempt) {
102102
CHROME_DEVTOOLS_MCP_NO_USAGE_STATISTICS: true,
103103
CHROME_DEVTOOLS_MCP_CRASH_ON_UNCAUGHT: true,
104104
CHROME_DEVTOOLS_MCP_NO_UPDATE_CHECKS: true,
105+
...(process.env['RUNNER_DEBUG'] === '1' ? {DEBUG: 'puppeteer:*'} : {}),
105106
},
106107
});
107108

0 commit comments

Comments
 (0)