Run Chrome with --no-sandbox

This commit is contained in:
Tyler Long
2017-04-24 23:00:51 +08:00
parent dcffde3e98
commit 7889e35340

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'
]