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

fix(runner): prefer sauce to hosted driver when sauceKey is present #1115

Closed
wants to merge 1 commit into from

Conversation

benesch
Copy link

@benesch benesch commented Jul 25, 2014

Sauce Connect sets up a local Selenium relay at localhost:4445 by
default. Allow users to adjust the seleniumAddress to point at this
secure relay instead of the default ondemand.saucelabs.com host while
still using the sauce driver provider.

Previously, runner would load the remote driver provider if
seleniumAddress was configured, even if Sauce credentials were also
configured.

For reasons not clear to me, on Travis VMs, the Sauce Connect relay is 10x more reliable than ondemand.saucelabs.com. It might be worth testing whether this helps with protractor's test suite oddities (#1051 and #1052)

Sauce Connect sets up a local Selenium relay at localhost:4445 by
default. Allow users to adjust the `seleniumAddress` to point at this
secure relay instead of the default 'ondemand.saucelabs.com' host while
still using the `sauce` driver provider.

Previously, runner would load the `remote` driver provider if
`seleniumAddress` was configured, even if Sauce credentials were also
configured.
@juliemr
Copy link
Member

juliemr commented Jul 25, 2014

Automated CLA checker says: please sign CLA at https://developers.google.com/open-source/cla/individual Please make sure that the email associated with your PR is the same as the email you use to sign.

@juliemr
Copy link
Member

juliemr commented Jul 30, 2014

This looks like a dupe of #1054, correct?

@benesch
Copy link
Author

benesch commented Jul 30, 2014

yup 100%. my bad!

@benesch benesch closed this Jul 30, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants