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

View File

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