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