theintern / intern

A next-generation code testing stack for JavaScript.
https://theintern.io/
Other
4.36k stars 309 forks source link

Don't use Sauce Connect's Selenium Relay #1151

Open jason0x43 opened 4 years ago

jason0x43 commented 4 years ago

Intern 4.x and 5-pre use Sauce Connect's Selenium Relay when running tests on Sauce. Sauce Connect is setup to listen on the standard Selenium port 4444 with the -P option, and Intern treats it like a local Selenium server. Sauce doesn't recommend this, and the functionality will be removed in a future release.

Instead, Intern should use Sauce over HTTPS, similarly to how BrowserStackTunnel works.