dgarlitt / karma-nyan-reporter

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

Can not load reporter "nyan", it is not registered! #43

Open rocketkittens opened 5 years ago

rocketkittens commented 5 years ago

Is this repository/reporter still maintained? It appears to be completely broken:

As per the instructions: npm install --save-dev karma-nyan-ext-reporter then in karma.conf.js reporters: ['nyan'],

Resulting error: Can not load reporter "nyan", it is not registered!

Adding require('karma-nyan-ext-reporter'), to plugins in karma.conf.js doesn't help.

whyboris commented 5 years ago

I think the instructions state: npm install --save-dev karma-nyan-reporter Please try that out with require('karma-nyan-reporter'),

whyboris commented 4 years ago

@rocketkittens -- in case you're interested: I forked karma-nyan-reporter to create karma-helpful-reporter

which has what I think are some improvements, including many configuration options 😊