Run Chrome with --no-sandbox

This commit is contained in:
Tyler Long 2017-04-24 23:00:51 +08:00
parent dcffde3e98
commit 7889e35340
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ module.exports = function (config) {
flags: [
'--headless',
'--disable-gpu',
'--no-sandbox',
// Without a remote debugging port, Google Chrome exits immediately.
'--remote-debugging-port=9222'
]