webdriverio-boneyard / wdio-sauce-service

WebdriverIO v4 service for better Sauce Labs integration
http://webdriver.io
MIT License
18 stars 21 forks source link

Multiremote with wdio-sauce-service #50

Open adrian-brown opened 6 years ago

adrian-brown commented 6 years ago

Hi,

I'm using wdio-sauce-service with remote and it works great with single instance tests, whoever with multiremote shows jobs in saucelabs where we have two browers running in parallel. When the job completes the status in saucelabs is unknown when Passed or Failed would have been expected. Does this work with multiremote, any example config (if relevant?)

Thanks :+1:

Environment wdio-sauce-service 0.4.7 wdio 4.8.0 sauce connect is used via HA setup so no sauceConnect used via the plugin

christian-bromann commented 6 years ago

@adrian-brown we don't have support for multiremote. Happy to see this being implemented though.

adrian-brown commented 6 years ago

Ah cool thanks for letting me know.

brownad commented 6 years ago

would that also resolve the experience in saucelabs where many multiremote tests use the same running sauce VM at the moment causing a timeout eventually (I set 30 mins). Locally I get new instances of 2 chrome instances per multiremote test. I run the tests from wdio runner so don’t see how I can force new browser sessions for multiremote tests. Or is there a way?

adrian-brown commented 6 years ago

Any chance this could be taken up, or is this a very isolated problem not shared by the masses? Using sauce in this way would be a big win vs running on an isolated container

christian-bromann commented 6 years ago

@adrian-brown feel free to provide a PR