teerapap / grunt-protractor-runner

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

webdriverManagerUpdate option #125

Closed forbesjo closed 9 years ago

forbesjo commented 9 years ago

This PR is basically turning the webdriver-manager-update script into an option called webdriverManagerUpdate. This will install the selenium drivers when set to true.

I'm using spawnSync (node v0.11.13+) to execute the update command before protractor, if there is a better way to get these commands to run in order for older node versions I'd be glad to change it.