Fix Chrome for Karma

This commit is contained in:
Travis Ralston 2019-03-13 22:11:45 -06:00
parent c63c6fce70
commit bdc94f3847
4 changed files with 24 additions and 7 deletions

View file

@ -135,9 +135,10 @@ module.exports = function (config) {
],
customLaunchers: {
'ChromeHeadless': {
'VectorChromeHeadless': {
base: 'Chrome',
flags: [
'--no-sandbox',
// See https://chromium.googlesource.com/chromium/src/+/lkgr/headless/README.md
'--headless',
'--disable-gpu',