We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0e092b commit fead975Copy full SHA for fead975
test/helpers/run-browser.js
@@ -35,7 +35,7 @@ function runBrowser(config) {
35
36
puppeteer
37
.launch({
38
- headless: true,
+ headless: "new",
39
// because of invalid localhost certificate
40
ignoreHTTPSErrors: true,
41
// args come from: https://github.com/alixaxel/chrome-aws-lambda/blob/master/source/index.js
0 commit comments