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

Commit 2e8d353

Browse files
authored
Merge pull request #86 from segmentio/improve-ci-reporting
Improve CI reporting
2 parents df375b7 + 67d4ad0 commit 2e8d353

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

karma.conf.ci.js

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

7575
retryLimit: 5,
7676

77-
reporters: ['summary', 'junit'],
77+
reporters: ['spec', 'summary', 'junit'],
78+
79+
specReporter: {
80+
suppressPassed: true
81+
},
7882

7983
browsers: ['PhantomJS'].concat(Object.keys(customLaunchers)),
8084

0 commit comments

Comments
 (0)