We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80ac7ae commit 145f38fCopy full SHA for 145f38f
test/jasmine/karma.conf.js
@@ -140,7 +140,9 @@ if(argv['report-progress'] || argv['report-spec'] || argv['report-dots']) {
140
if(argv['report-spec']) reporters.push('spec');
141
if(argv['report-dots']) reporters.push('dots');
142
} else {
143
- if(isCI) {
+ if(isPerformanceTest) {
144
+ reporters.push('dots');
145
+ } else if(isCI) {
146
reporters.push('spec');
147
148
if(isFullSuite) {
0 commit comments