AAE-25579 Toggle logs for skipped karma unit tests (#10601)

This commit is contained in:
Wojciech Duda
2025-02-07 13:02:32 +01:00
committed by GitHub
parent 97fdeb4d34
commit 0edbae8c59
6 changed files with 20 additions and 1 deletions

View File

@@ -21,6 +21,9 @@ module.exports = function (config) {
jasmineHtmlReporter: {
suppressAll: true, // removes the duplicated traces
},
mochaReporter: {
ignoreSkipped: process.env?.KARMA_IGNORE_SKIPPED === 'true'
},
coverageReporter: {
dir: join(__dirname, './coverage/extensions'),