Teradata / vantage-ui-template

Template for UI applications in Vantage
MIT License
185 stars 79 forks source link

Bug: Use behind corporate proxy #43

Closed natejgardner closed 7 years ago

natejgardner commented 7 years ago

When following the getting started instructions from behind a corporate proxy, the command webdriver-manager update fails. Simply adding args --proxy=<proxy> and --ignore_ssl does not help.

emoralesb05 commented 7 years ago

Thats a selenium issue.

We just point out the steps you need to do to set it up (e2e), but the issues surrounding that belong to https://github.com/angular/webdriver-manager

emoralesb05 commented 7 years ago

Also, its not needed to run covalent.

Its just a setup for the e2e test suite.