GruntBlanketMocha / grunt-blanket-mocha

Headless Blanket.js code coverage and Mocha testing via PhantomJS
MIT License
53 stars 37 forks source link

port 'dest' option from grunt-mocha task #15

Closed netproteus closed 10 years ago

netproteus commented 10 years ago

The grunt-mocha plugin allows you to output the results of the test runs to a file. This PR ports that functionality.

geekdave commented 10 years ago

Thanks, @netproteus ! What does the output look like? We have another issue open to output the results in a way that would be parse-able by another process, such as JSON or LCOV. See https://github.com/ModelN/grunt-blanket-mocha/issues/14