mirror of
https://github.com/toptal/gitignore.io.git
synced 2021-05-12 18:32:24 +03:00
9 lines
129 B
JavaScript
9 lines
129 B
JavaScript
module.exports = {
|
|
launch: {
|
|
dumpio: true,
|
|
headless: true,
|
|
},
|
|
browser: 'chromium',
|
|
browserContext: 'incognito'
|
|
}
|