taras42 / karma-jasmine-html-reporter

A Karma plugin. Dynamically displays tests results at debug.html page
MIT License
44 stars 17 forks source link

Does this work together with gulp-karma? #7

Closed adamreisnz closed 9 years ago

adamreisnz commented 9 years ago

I've followed the instructions of this package, but no output is being generated. Do you know if this reporter works together with gulp-karma?

taras42 commented 9 years ago

Hi,

This reporter does not generate any file as output. Instead you should run karma with singleRun options to be false, and then open htts://localhost:9876/debug.html and here you should see tests results.

9876 is default port.

I have not tried it with gulp-karma. But probably it should work.

Sorry for not responding quite long time, did not noticed issue.

adamreisnz commented 9 years ago

Ok thanks, I'll look into it.