teerapap / grunt-protractor-runner

A Grunt plugin for running protractor runner.
MIT License
149 stars 123 forks source link

Fixed options support for objects, specifically --cucumberOpts with unit... #115

Closed bailejl closed 9 years ago

bailejl commented 9 years ago

... test and README updates. In addition, added nodeunit to the grunt test task, so all tests run I was trying to get --cucumberOpts to work, but could not get it to work. Based on my understanding of the code, I made changes to fix it and added a unit tests for it. Please review for my changes.

Best, Joe

bailejl commented 9 years ago

My unit test requires Node 0.12.0 at a minimum, so it failed. Will submit another request, after I fix it.