Open
Description
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