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

Commit d4fe1ca

Browse files
enriqueghcnishina
authored andcommitted
chore(config): Update sauceSeleniumAddress port to 443 (#5041)
Updated comment reflects driverProvider/sauce.ts using port 443 instead of port 80.
1 parent 71e2cb8 commit d4fe1ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ export interface Config {
160160
* Use sauceSeleniumAddress if you need to customize the URL Protractor
161161
* uses to connect to sauce labs (for example, if you are tunneling selenium
162162
* traffic through a sauce connect tunnel). Default is
163-
* ondemand.saucelabs.com:80/wd/hub
163+
* ondemand.saucelabs.com:443/wd/hub
164164
*/
165165
sauceSeleniumAddress?: string;
166166

0 commit comments

Comments
 (0)