mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 18:05:42 +03:00
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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user