Skip to content

Commit

Permalink
try firefox.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjholm committed Jan 5, 2025
1 parent 2b72197 commit c3d337e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .puppeteerrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/**
* @type {import("puppeteer").Configuration}
*/
module.exports = {
defaultProduct: 'firefox',
// Download Chrome (default `skipDownload: false`).
chrome: {
skipDownload: true,
},
// Download Firefox (default `skipDownload: true`).
// firefox: {
// skipDownload: false,
// },
}

0 comments on commit c3d337e

Please sign in to comment.