Skip to content

Commit

Permalink
feat: upgrade puppeteer and puppeteer-core to v23 (#2791)
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan authored Sep 9, 2024
1 parent 9375b60 commit b546e8b
Show file tree
Hide file tree
Showing 9 changed files with 335 additions and 334 deletions.
8 changes: 8 additions & 0 deletions .changeset/rude-scissors-provide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'@web/test-runner-visual-regression': minor
'@web/test-runner-puppeteer': minor
'@web/test-runner-chrome': minor
'@web/test-runner': minor
---

Upgrade puppeteer-core and puppeteer to v23
2 changes: 1 addition & 1 deletion docs/docs/test-runner/browser-launchers/puppeteer.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Testing Firefox with Puppeteer is still experimental. There is currently no offi
```json
{
"scripts": {
"postinstall": "cd node_modules/puppeteer && PUPPETEER_PRODUCT=firefox node install.js"
"postinstall": "cd node_modules/puppeteer && PUPPETEER_BROWSER=firefox node install.js"
}
}
```
Expand Down
Loading

0 comments on commit b546e8b

Please sign in to comment.