Closed brownad closed 7 years ago
Please also set port to 80 as well. duplicate webdriverio/webdriverio#1911
Where for the SauceConnect port you mean? Instead of 4445, then open that up too?
Port 80 is wrong, sorry. Please set host (localhost) and port (4445) in your config as well as protocol (http) to http
.
I have set host, port and protocol. With this plugin it is throwing errors back:
host: sauceconnect.dns port: 4445 protocol: http
Tests run as https on saucelabs as you mentioned, then throws the error at the end of each test:
Do you have any Sauce Connect logs?
If I use this service it throws errors on completion of each test:
Error: connect ETIMEDOUT 1xx.2xx.75.243:443 at Object.exports._errnoException (util.js:1026:11) at exports._exceptionWithHostPort (util.js:1049:20) at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1085:14)
Removing
sauce
service and tests run quickly without errors. I am usinghttp
protocol inside my wdio.config.js but forced on tohttps
- undesirable. I think there's a problem with this service under those conditions