asciidisco / grunt-qunit-istanbul

Run QUnit unit tests in a headless PhantomJS instance & generate some nice code coverage metrics using Istanbul.
MIT License
33 stars 21 forks source link

Capture html output of the actual test results/output? #30

Open kmudrick opened 10 years ago

kmudrick commented 10 years ago

It would be fantastic if, in addition to the coverage reports, we were able to capture html output of the qunit tests after they are run (i.e. what you would see in a browser after tests have finished running)

asciidisco commented 10 years ago

Hmm, I see why this could be useful; but I´m not sure if we should overload this plugin with the extra functionality. I would rather say, lets make a fork & add it there, see if it´s useful to many & then maybe get it in.

asciidisco commented 9 years ago

@kmudrick Did you take a look at this. I´m short on time & definitely can not do anything regarding this issue in the upcoming months, I guess?!