mllrsohn / gulp-protractor

gulp wrapper for protractor tests
MIT License
136 stars 82 forks source link

Allow webdriver manager options to be passed in via the "opts" argument #107

Closed shanegarner closed 7 years ago

shanegarner commented 8 years ago

Allow webdriver manager options to be passed in via the "opts" argument. All arguments passed in through the "opts.webdriverManagerArgs" array will be appended as arguments. This allows you to set the proxy and anything else that might come along one day.