taras42 / karma-jasmine-html-reporter

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

Can you have a static file output ? #16

Open kburson opened 8 years ago

kburson commented 8 years ago

the karma-html-reporter outputs an html file in a directory set by the config. I can then archive this file for display later (ie. a build server).

The karma-jasmine-html-report provides a live report in the debug window only, thus if using PhantomJS or running on a CI server the report is not available.

Can you please make a configuration that allows the report file to be output to a local directory set in the task config?

Thanks,

ghost commented 7 years ago

Please, I need someone answers this question!