diff --git a/karma.conf.js b/karma.conf.js index e1b8be2c..25c86d9b 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -19,13 +19,13 @@ module.exports = function (config) { dir: require('path').join(__dirname, 'coverage'), reports: [ 'html', 'lcovonly' ], fixWebpackSourcePaths: true }, - + reporters: ['progress', 'kjhtml'], port: 9876, colors: true, logLevel: config.LOG_INFO, autoWatch: true, - browsers: ['Chrome'], + browsers: ['ChromeHeadless'], singleRun: true }); };