jdcataldo / grunt-mocha-phantomjs

A simple grunt wrapper for mocha-phantomjs to allow for ci integration
MIT License
70 stars 40 forks source link

add fail option independent of the output option #35

Closed jalieven closed 9 years ago

jalieven commented 9 years ago

I need this option to fail independent of the output option since our CI tool parses the generated report output file and needs an exit code to make the build fail. We could write this ourselves but this change does make sense in your grunt task. If would be nice if you could incorporate this change.

jdcataldo commented 9 years ago

Just published v2.0.0 with a failWithOutput option.