taras42 / karma-jasmine-html-reporter

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

[improvement] config options #9

Open merlosy opened 9 years ago

merlosy commented 9 years ago

Hi, Is there a way to :

UnsungHero97 commented 8 years ago

+1

these would be amazing improvements!

taras42 commented 8 years ago

Hello, for an output you can use another reporter, karma-html-reporter.

There is some complications about livereload. To be able to do this socket.io dependency is required, and there no dependency handling in karma for plugins now.

Execution time, yes it's possible to make but unfortunately I don't have time right now. You free to fork anyway.