Files
gitignore.io/jest-puppeteer.config.js
Ming Chen 67b534c7e3 Migrate to Toptal (#494)
* Migrate to Toptal

* updated repository urls

* synced the submodule for templates
2020-06-08 17:40:06 +08:00

9 lines
129 B
JavaScript

module.exports = {
launch: {
dumpio: true,
headless: true,
},
browser: 'chromium',
browserContext: 'incognito'
}