Closed brianjoyner closed 8 years ago
@christian-bromann @brianjoyner
Same issue for me, but I tested only with wdio-sauce-service
. For me this issue is related to webdriverio 4.4.0
.
webdriverio 4.2.16
works for me, so I think this is an webdriverio issue. Seems to be related to this webdriverio/webdriverio#1683
Duplicate of webdriverio/webdriverio#1683
Finding a potential issue with wdio-sauce-service where a tunnel is being successfully established (confirmed within the Sauce Labs UI), but no test is running. Within a few minutes, I am returned errors in my terminal telling me, 'ERROR: Couldn't connect to selenium server'. No other error information is being passed to me.
I have uninstalled and installed wdio-sauce-service as instructed in the readme with the same result.
My wdio.conf file includes the following:
I am able to run tests both via creating a manual tunnel via the instructions given by Sauce Labs and via a non-Sauce Connect settings in wdio.conf
I am also able to run tests when using wdio-sauce-service, BUT setting sauceConnect to false.