fixed karma config to chrome browser

This commit is contained in:
Carlos Jimenez 2018-01-30 15:51:40 +01:00
parent 801926bd27
commit fbc327302b
1 changed files with 3 additions and 3 deletions

View File

@ -61,10 +61,10 @@ module.exports = function(config) {
// start these browsers
// available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
browsers: ['ChromiumNoSandboxHeadless'],
browsers: ['ChromeNoSandboxHeadless'],
customLaunchers: {
ChromiumNoSandboxHeadless: {
base: 'Chromium',
ChromeNoSandboxHeadless: {
base: 'Chrome',
flags: [
'--no-sandbox',
// See https://chromium.googlesource.com/chromium/src/+/lkgr/headless/README.md