Skip to content

Commit

Permalink
Add headless: 'new' to puppeteer launch
Browse files Browse the repository at this point in the history
  • Loading branch information
kategengler committed Jan 17, 2025
1 parent ec0a8b0 commit 92e62d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/run-tests-browser-runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ module.exports = class BrowserRunner {
}

async newBrowser() {
let browser = await puppeteer.launch({ dumpio: true });
let browser = await puppeteer.launch({ dumpio: true, headless: 'new' });
return browser;
}

Expand Down

0 comments on commit 92e62d0

Please sign in to comment.