fixed karma config to chrome browser
This commit is contained in:
parent
801926bd27
commit
fbc327302b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue