dgarlitt / karma-nyan-reporter

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

Nyan output is strange on Mac OS El Capitan #19

Closed carloshpds closed 8 years ago

carloshpds commented 8 years ago

The output does not show the resume of tests and the next writing of any process overrides the nyan output screen shot 2015-11-03 at 10 58 06

dgarlitt commented 8 years ago

@carloshpds Could you give some more context on what was happening, configuration and how it was being run or any other information so I can try and figure out what may have caused this?

Thanks, Daniel

carloshpds commented 8 years ago

Sorry, i don't know exactly what was happening. But could be my fault, my conclusion for this: The way that i was running karma made it.

I updated karma to v0.13 (it was v0.12) and implemented the new syntax for karma server.

from:

karma.server.start(options, function(){done() });

to :

var server = new karma.Server(options, function(){ done() });
server.start();

This way the output instability has gone.

dgarlitt commented 8 years ago

@carloshpds Thanks for looking into it and closing the issue!

carloshpds commented 8 years ago

:+1: