Skip to content

Add the ability to exclude some browsers for Multiremote configuration #983

Open
@kluverua

Description

@kluverua

A problem
I have a web and mobile environment and I want to compare screens from only the mobile device.
Currently the visual service is trying to capture images from both.

Describe the solution you'd like
Add an additional parameter to 'wdio-ics:options'
For example: disable: true

capabilities: {
  webBrowser: {
    capabilities: {
      browserName: 'chrome',
      browserVersion: 'stable',
      'wdio-ics:options': {
	disable: true
      },
    }
  },
  appiumBrowser: {
    hostname: '127.0.0.1',
    port: 4723,
    capabilities: {
      'appium:avd': avd,
      'appium:platformName': 'Android',
      'appium:browserName': '',
      'appium:automationName': 'uiautomator2',
      'wdio-ics:options': {
         logName: 'Medium_Tablet_36',
      },
    }
  }
}

Describe alternatives you've considered
Any other parameter in capabilities or in service options

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions