dgarlitt / karma-nyan-reporter

Nyan Cat style reporter based on the Mocha version
MIT License
169 stars 19 forks source link

Huge output in continuous integration environments #16

Closed shospodarets closed 8 years ago

shospodarets commented 9 years ago

Jenkins output example: Jenkins output It would be nice to have an optional config param to suppress drawing until the end of the test run.

shospodarets commented 9 years ago

As possible workaround for a while- environment variables can be used in karma.conf.js:

{
 ...
 reporters: process.env.DEV ? ['nyan'] : ['progress'],
 ...
}
ldeveber commented 8 years ago

I'm also seeing this issue. :(

screen shot 2016-03-09 at 12 39 37 pm
dgarlitt commented 8 years ago

This issue has been addressed in the latest release v0.2.4 on npm. Thanks for the feedback! @malyw Sorry it took so long for me to get around to adding it, thanks for you patience. Changes pertaining to this issue can be found here: dae17fe3ec39a395f374f86c5b0dd72f97e36843