Skip to content

Commit

Permalink
feat: upgrade puppeteer and puppeteer-core to v23
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed Aug 30, 2024
1 parent aa6998a commit fc5700b
Show file tree
Hide file tree
Showing 8 changed files with 328 additions and 335 deletions.
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 fc5700b

Please sign in to comment.