Restore local headless testing

I’ve been unable to use ember test without --server for a
while. This brings in the fix from ember-cli/ember-cli#8774
This commit is contained in:
Buck Doyle
2019-09-05 11:24:05 -05:00
parent 04d5057701
commit 375a6714f1

View File

@@ -14,7 +14,6 @@ module.exports = {
// --no-sandbox is needed when running Chrome inside a container
process.env.CI ? '--no-sandbox' : null,
'--headless',
'--disable-gpu',
'--disable-dev-shm-usage',
'--disable-software-rasterizer',
'--mute-audio',