angular / webdriver-manager

A binary manager for E2E testing
MIT License
224 stars 116 forks source link

Running Protractor tests without internet access fails #482

Open c16a opened 3 years ago

c16a commented 3 years ago

I'm trying to run ng run e2e on a brand new Angular application on a CI server without internet access, but it fails because it tries to connect to chromedriver.storage.googleapis.com. I don't want it to, because I have both Chrome installed, and Chromedriver binary located locally.

I've tried setting the chromeDriver property in Protractor config but doesn't seem to work. Any help?

chsx258 commented 2 years ago

same problem, have you solved it?