bennyhat / protractor-istanbul-plugin

Protractor plugin that collects istanbul coverage results from a page and dumps them to coverage.json files (one per spec).
MIT License
15 stars 7 forks source link

Simple usage example? #1

Closed faceleg closed 9 years ago

bennyhat commented 9 years ago

Hey Michael, I'll take some time later today to get the readme updated with actual usage details. Ben

faceleg commented 9 years ago

That would be amazing!

bennyhat commented 9 years ago

Hey - I just added in details to the readme. Additionally, I will try to find time to publish a minor, minor, minor version update to get those details added to the npm package page as well.

faceleg commented 9 years ago

Yes this is much more helpful! I had no idea I had to instrument the code myself and was scratching my head over the lack of output.

Thank you very much for taking the time to do this