WebdriverIO
Integrating Argos with your WebdriverIO tests to enable visual testing on your application.
Last updated
Was this helpful?
Integrating Argos with your WebdriverIO tests to enable visual testing on your application.
Please refer to our Quickstart guide to get started with Argos and WebdriverIO.
browser - A WebdriverIO.Browser instance
name - The screenshot name; must be unique. If ends by .png we treat it as a path.
options - Options
options.mask - Specify ares that should be masked when the screenshot is taken. Masked elements will be overlaid with a pink box #FF00FF (customized by maskColor) that completely covers its bounding box.
options.maskColor - Specify the color of the overlay box for masked elements, in CSS color format. Default color is pink #FF00FF.
Last updated
Was this helpful?
Was this helpful?