We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c17a64b commit 3921cc4Copy full SHA for 3921cc4
test/src/mocha-utils.ts
@@ -93,7 +93,7 @@ const defaultBrowserOptions: LaunchOptions = Object.assign(
93
handleSIGINT: true,
94
executablePath: process.env['BINARY'],
95
headless: headless === 'shell' ? ('shell' as const) : isHeadless,
96
- dumpio: !!process.env['DUMPIO'],
+ dumpio: true,
97
protocol,
98
args: [],
99
extraPrefsFirefox: {},
0 commit comments