mllrsohn / gulp-protractor

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

proxy authentication error calling gulp-protractor.webdriver_update #119

Open ericsoucy opened 8 years ago

ericsoucy commented 8 years ago

We have an issue when we call gulp-protractor.webdriver_update on windows 7 behind an authenticated proxy here is the output, is there a way to specify username/password for the proxy? I/downloader - selenium standalone: downloading version 2.53.1 I/downloader - curl -o C:\projets\exemples-jspm\jspm-project-es5\node_modules\protractor\node_modules\webdriver-manager\selenium/selenium-server-standalone-2.53.1.jar https://selenium-release.storage.googleapis.com/2.53/selenium-server-standalone-2.53.1.jar I/downloader - chromedriver: downloading version 2.22 I/downloader - curl -o C:\projets\exemples-jspm\jspm-project-es5\node_modules\protractor\node_modules\webdriver-manager\selenium/chromedriver_2.22win32.zip https://chromedriver.storage.googleapis.com/2.22/chromedriver_win32.zip E/downloader - { [Error: tunneling socket could not be established, statusCode=407] code: 'ECONNRESET' } E/downloader - { [Error: tunneling socket could not be established, statusCode=407] code: 'ECONNRESET' }

rahulmr commented 7 years ago

Could you please check whether this is helpful to resolve your problem?