Andrea Bogazzi
Andrea Bogazzi
hey! i forgot about this. maybe i found a bad source? i ll double check.
ok i ll look better at the build process then. i do not remember what i did to be honest. was 6 month ago
If i had to do a quick job i would: take this empty line here: https://github.com/qunitjs/qunit/blob/master/reporter/html.js#L837 add there ```details.callback(message);``` Where message is the html that is going to be appended,...
My solution also would not work. Does Log let me do something with the Html node, or just strings? i need to append pre painted canvas, html markups are not...
Sorry for not coming back, had lot of things to do. I would like to make a proposal pr anyway, at least for other people to eventually see how it...
While this is not specified in the docs: https://github.com/qunitjs/qunit/blob/master/src/test.js#L328 can i count this as a part of the details in the API?
So with some wild code i could do what i was looking for without modifying the lib or the need for a new api  The problem is that the...
Indeed what i did work for 1 module, in the next module the second callback stack with the previous and everything break.
Would a method to deregister a testDone callback be accepted as a PR?
i did something similar. unsure if is worth creating a plugin. I did not need to modify any qunit file, but i could plug it from outside.