We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f4f2219 + 6ba1816 commit fc54e2cCopy full SHA for fc54e2c
1 file changed
scripts/test.mjs
@@ -102,6 +102,7 @@ async function runTests(attempt) {
102
CHROME_DEVTOOLS_MCP_NO_USAGE_STATISTICS: true,
103
CHROME_DEVTOOLS_MCP_CRASH_ON_UNCAUGHT: true,
104
CHROME_DEVTOOLS_MCP_NO_UPDATE_CHECKS: true,
105
+ ...(process.env['RUNNER_DEBUG'] === '1' ? {DEBUG: 'puppeteer:*'} : {}),
106
},
107
});
108
0 commit comments