Réintégration de chromium + revue affichage des logs de tests.

This commit is contained in:
Fabrice PENHOËT 2021-08-12 10:49:00 +02:00
parent 11b292ee60
commit b788a3ebe5
1 changed files with 3 additions and 4 deletions

View File

@ -30,7 +30,7 @@ module.exports = function(config) {
// test results reporter to use
// possible values: 'dots', 'progress'
// available reporters: https://www.npmjs.com/search?q=keywords:karma-reporter
reporters: ['dots', "karma-typescript"],
reporters: ['progress', "karma-typescript"],
// web server port
port: 9876,
@ -40,15 +40,14 @@ module.exports = function(config) {
// level of logging
// possible values: config.LOG_DISABLE || config.LOG_ERROR || config.LOG_WARN || config.LOG_INFO || config.LOG_DEBUG
logLevel: config.LOG_INFO,
logLevel: config.LOG_WARN,
// enable / disable watching file and executing tests whenever any file changes
autoWatch: true,
// start these browsers
// available browser launchers: https://www.npmjs.com/search?q=keywords:karma-launcher
browsers: ['Firefox'],
//browsers: ['Firefox', 'Chromium'],
browsers: ['Firefox', 'Chromium'],
// Continuous Integration mode
// if true, Karma captures browsers, runs the tests and exits