Skip to content

Commit

Permalink
chore(config): Update sauceSeleniumAddress port to 443 (#5041)
Browse files Browse the repository at this point in the history
Updated comment reflects driverProvider/sauce.ts using port 443 instead of port 80.
  • Loading branch information
enriquegh authored and cnishina committed Nov 14, 2018
1 parent 71e2cb8 commit d4fe1ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config.ts
Expand Up @@ -160,7 +160,7 @@ export interface Config {
* Use sauceSeleniumAddress if you need to customize the URL Protractor
* uses to connect to sauce labs (for example, if you are tunneling selenium
* traffic through a sauce connect tunnel). Default is
* ondemand.saucelabs.com:80/wd/hub
* ondemand.saucelabs.com:443/wd/hub
*/
sauceSeleniumAddress?: string;

Expand Down

0 comments on commit d4fe1ca

Please sign in to comment.