wdio-video-reporter icon indicating copy to clipboard operation
wdio-video-reporter copied to clipboard

Add support for multiremote

Open kevinmcdonnell opened this issue 5 years ago • 3 comments

Webdriverio has a feature called multiremote https://webdriver.io/docs/multiremote.html It allows to drive multiple browsers at the same time

This pr adds support for multiremote.

There doesn't appear to be a way to easily fetch browser instances, so this pr checks for isMultiremote and gets the names of those browser. It then calls saveScreenshot assume a global var exists with that same name

I can tidy up this further, particularly the objects created in getBrowsers. It also needs some further testing.

I wanted to get some feedback before proceeding further?

kevinmcdonnell avatar Jun 24 '19 01:06 kevinmcdonnell

Thanks! This looks really interesting. I am however on vacation for a few weeks now. Do you have an urgent need for this to be fixed during the summer, or can it wait until August?

presidenten avatar Jul 03 '19 07:07 presidenten

We can wait, I may copy this code into our project in the interim

kevinmcdonnell avatar Jul 03 '19 09:07 kevinmcdonnell

Im back from the vacation and will try to make time to have a closer look at this

presidenten avatar Aug 28 '19 14:08 presidenten

I will go ahead and close this given there hasn't been much activity for 3 years. The code base hasn't changed much but it is still easier to start this effort from scratch rather than trying to rebase this one. Any contributions would be welcome, thanks!

christian-bromann avatar Apr 10 '23 19:04 christian-bromann