question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Multiremote in options

See original GitHub issue

Is-it possible to implement the multiremote inside the WebDriverIO helpers options ? WebdriverIO allows you to run multiple Selenium sessions in a single test.

Maybe, something like:

"helpers": {
    "WebDriverIO": {
      "url": "http://localhost:3000/#",
      "multiremote": {
        "myChromeBrowser": {
          "desiredCapabilities": {
            "browserName": "chrome"
          }
        },
        "myFirefoxBrowser": {
          "desiredCapabilities": {
            "browserName": "firefox"
          }
        }
      }
    }
  },

Thanks a lot for your work.

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

0reactions
gokaygurcancommented, Sep 18, 2016

Any update on this? It’d be really nice to use multiremote.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Multiremote - WebdriverIO
Multiremote. WebdriverIO allows you to run multiple automated sessions in a single test. This becomes handy when you're testing features that require ...
Read more >
Multiremote in options · Issue #15 · codeceptjs ... - GitHub
Is-it possible to implement the multiremote inside the WebDriverIO helpers options ? WebdriverIO allows you to run multiple Selenium ...
Read more >
Multi-remote (Part 2) - WebdriverIO Wednesdays - YouTube
In this video, I get multi-remote set up and write my first two tests for the spyfall app.
Read more >
Multi-remote (Part 3) - WebdriverIO Wednesdays - YouTube
Work through a couple more multi-remote tests, along with finding a bug in the SpyFall website. WebdriverIO Wednesdays is live stream going ...
Read more >
A look at SpyFall (Multi-remote part 1) - YouTube
Not much about WebdriverIO in this one, as me and my family are sick. Instead, I cover what Spyfall is and some basics...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found