iamchrismiller / grunt-casper

Run CasperJS Scripts/Functional Tests
Other
69 stars 38 forks source link

Tests Summary #15

Open assafweinberg opened 10 years ago

assafweinberg commented 10 years ago

It would be great to get a summary of all the passing and failing tests across all the test files once grunt-casper completes its task. Right now you have to scroll through a bunch of output to see if anything failed. Any ideas on this?

iamchrismiller commented 10 years ago

Yes it would be nice to have a test summary after all the tests run. The Parallel option will make this tricky as each test is its own child process. Other than that I don't think this would be a tough implementation. I don't really have any time right now to implement this, maybe when I loop back to this repo. Feel free to submit a pull request though.