From 9dff016e1bc18fe5f8582727880a58b2bd080047 Mon Sep 17 00:00:00 2001 From: Jaimin Panchal Date: Wed, 9 May 2018 13:29:01 -0400 Subject: [PATCH] Show only summary and errors --- karma.conf.maker.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/karma.conf.maker.js b/karma.conf.maker.js index 2ff1d7d0880..5d075b6929c 100644 --- a/karma.conf.maker.js +++ b/karma.conf.maker.js @@ -142,7 +142,8 @@ module.exports = function(codeCoverage, browserstack, watchMode, file) { reporters: ['mocha'], mochaReporter: { - showDiff: true + showDiff: true, + output: 'minimal' }, // Continuous Integration mode