Skip to content

Commit

Permalink
test: call setDevMode in wire tests (#3678)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgozman authored Sep 2, 2020
1 parent fc29623 commit a588125
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/playwright.fixtures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit a588125

Please sign in to comment.