puppeteer/docs
jrandolf ec201744f0
feat: use configuration files (#9140)
This PR adds configurations files to `puppeteer`'s methods for
configuration. Under the hood, `puppeteer` relies on
https://www.npmjs.com/package/cosmiconfig which resolves several formats
of configuration:

- a `puppeteer` property in package.json
- a `.puppeteerrc` file in JSON or YAML format
- a `.puppeteerrc.json`, `.puppeteerrc.yaml`, `.puppeteerrc.yml`,
`.puppeteerrc.js`, or `.puppeteerrc.cjs` file
- a `puppeteer.config.js` or `puppeteer.config.cjs` CommonJS module
exporting an object

Documentation will be added later.

Fixed: #9128
2022-10-21 15:09:21 +02:00
..
api feat: use configuration files (#9140) 2022-10-21 15:09:21 +02:00
assets chore: rename image assets 2020-06-02 15:24:25 +02:00
guides chore: update troubleshooting guide (#9123) 2022-10-17 13:07:41 +02:00
chromium-support.md chore: release main (#9052) 2022-10-05 16:51:59 +02:00
contributing.md chore: update troubleshooting guide (#9123) 2022-10-17 13:07:41 +02:00
faq.md chore: update troubleshooting guide (#9123) 2022-10-17 13:07:41 +02:00
index.md chore: update troubleshooting guide (#9123) 2022-10-17 13:07:41 +02:00
troubleshooting.md chore: update troubleshooting guide (#9123) 2022-10-17 13:07:41 +02:00