Timo Tijhof

Results 371 comments of Timo Tijhof

/cc @PrecisionNutrition This ticket be of interest to you. I noticed your package at https://github.com/PrecisionNutrition/qunit-sinon-assertions, which seems to go further and even make the comparisons native to benefit from diffing....

@mwagz By "_local assertion object_" I was referring to the `assert` parameter given to each test function, as run via `QUnit.test`. You might already know the next bit, but I'll...

@elwayman02 Thanks for the poke. I spent today figuring out different approaches and settled on one. I've jiggled around some code in preparation for this, and hope to land and...

@jherdman Thanks! I've since released the aforementioned global hooks. Docs at . Let me know if you run into any issues.

See also , which uses the DOM API (select by ID) to visualise additional information from a QUnit test onto the HTML report. Code at [/test/testinit.js](https://github.com/Krinkle/node-colorfactory/blob/3995d6c49bce7c2d9ae60475fb118a71fb56935c/test/testinit.js) and [/test/testinit.css](https://github.com/Krinkle/node-colorfactory/blob/3995d6c49bce7c2d9ae60475fb118a71fb56935c/test/testinit.css#L15) Example:

Yeah, that uses the same interface (the HTML ID `qunit-test-output-${testId}`). I think that's fairly minimal and is good enough for this use case. It might change a little bit over...

Yeah, I think the theme and styling changes should not be considered a breaking change (esp. because you can use [any theme](https://www.npmjs.com/search?q=keywords:qunit-theme)). But, the entry point for the DOM (the...

> Client-side storage amounts to a data cache and automatically expiring data would reduce boilerplate code and lead to more efficient use of storage. See also which described the same...

As of last year, I'm contributor on [grunt-karma](https://github.com/karma-runner/grunt-karma) and [karma-qunit](https://github.com/karma-runner/karma-qunit). Their Gitter room at is quite active for support. But, for this purpose we may want to use the issue...

Ref https://github.com/karma-runner/karma/issues/1183.