Skip to content
This repository was archived by the owner on Sep 3, 2022. It is now read-only.

Commit 8be6c03

Browse files
committed
Use Karma Summary Reporter instead of progress reporter on CI
The progress reporter is quite hard to read on CI especially with multiple browsers. This should be much easier to read.
1 parent b1296eb commit 8be6c03

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

karma.conf.ci.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ module.exports = function(config) {
7474

7575
retryLimit: 5,
7676

77-
reporters: ['progress', 'junit'],
77+
reporters: ['summary', 'junit'],
7878

7979
browsers: ['PhantomJS'].concat(Object.keys(customLaunchers)),
8080

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
"karma-phantomjs-launcher": "^1.0.0",
7979
"karma-sauce-launcher": "^1.0.0",
8080
"karma-spec-reporter": "0.0.26",
81+
"karma-summary-reporter": "^1.5.0",
8182
"mocha": "^2.2.5",
8283
"phantomjs-prebuilt": "^2.1.7",
8384
"proclaim": "^3.4.1",

0 commit comments

Comments
 (0)