Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

chore(config): Update docs regarding proxies #5048

Merged
merged 1 commit into from
Dec 19, 2018

Commits on Nov 18, 2018

  1. chore(config): Update docs regarding proxies

    This change tries to make the different proxies available easier to differentiate.
    The sauceAgent key's comment said that adding a webDriverProxy would override this and this is not true.
    sauceAgent is overwritten by sauceProxy since both are passed onto the saucelabs module.
    
    See:
    https://github.com/angular/protractor/blob/master/lib/driverProviders/sauce.ts#L60-L61
    
    webDriverProxy on the other hand is passed onto the WebDriver session.
    See:
    https://github.com/angular/protractor/blob/master/lib/driverProviders/driverProvider.ts#L54
    
    This means that if you're under a corporate proxy and need to proxy both Sauce Labs API calls as well as calls to the Selenium endpoint (ondemand.saucelabs.com) both sauceProxy/sauceAgent and webDriverProxy need to be used.
    enriquegh authored Nov 18, 2018
    Configuration menu
    Copy the full SHA
    9c87898 View commit details
    Browse the repository at this point in the history