Skip to content

Multiremote in options #15

Closed
Closed
@alfirin

Description

@alfirin

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions