Seth McLaughlin

Results 20 comments of Seth McLaughlin
trafficstars

This could be implemented very easily as a plugin in 3.x

I took a look and confirmed that we are not ignoring comments which is skewing the data. For a quick fix, I could just print out the statement/function/branch coverage metrics...

Thanks for the additional information. I just put up a pull request (#344) which greatly improves the code coverage support in venus. Try it out and let me know what...

Feedback from Eric Danowski: _I see that Venus is able to generate a coverage report in the command line, but is there a way to view the report in the...

Hmm I can take a look later tonight. Let me know if you found a fix in the meantime. Thanks!

I think it's a great idea. Would you expect the script to run before each time the test runs (on reload of the test harness page, for example), or only...

What if we simply enforce an interface for the files included by @venus-execute? Imagine something like: `@venus-execute setup.js` setup.js: ``` javascript module.exports.before = function () { // runs before all...

Sounds good. I'll start on this today.

Got the before hook implemented. It's available on npm, version 2.3.0. f2bf595

Hi Tarsis, Could you please clarify exactly what you'd like to see? Are you talking about the format of the test result output in the terminal? Thanks! Seth