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.
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.