Skip to content

Commit

Permalink
Merge pull request #20828 from emberjs/kg-test-puppeteer
Browse files Browse the repository at this point in the history
  • Loading branch information
kategengler authored Jan 17, 2025
2 parents a100ac3 + 92e62d0 commit c24671b
Show file tree
Hide file tree
Showing 3 changed files with 602 additions and 315 deletions.
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
"mocha": "^10.2.0",
"npm-run-all2": "^6.0.6",
"prettier": "^2.8.0",
"puppeteer": "^20.9.0",
"puppeteer": "^24.1.0",
"qunit": "^2.19.4",
"recast": "^0.22.0",
"rollup": "^4.2.0",
Expand Down
Loading

0 comments on commit c24671b

Please sign in to comment.