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:
parent
1a69911237
commit
24b0be1625
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue