diff --git a/test/playwright.fixtures.ts b/test/playwright.fixtures.ts index 1635894ad6..b05262e299 100644 --- a/test/playwright.fixtures.ts +++ b/test/playwright.fixtures.ts @@ -116,6 +116,7 @@ registerWorkerFixture('defaultBrowserOptions', async ({browserName}, test) => { registerWorkerFixture('playwright', async ({browserName}, test) => { const {coverage, uninstall} = installCoverageHooks(browserName); if (options.WIRE) { + require('../lib/utils/utils').setDevMode(); const connection = new Connection(); const spawnedProcess = childProcess.fork(path.join(__dirname, '..', 'lib', 'server.js'), [], { stdio: 'pipe',