zinserjan / wdio-visual-regression-service

Visual regression service for WebdriverIO.
MIT License
102 stars 39 forks source link

Widths option doesn't work #50

Closed tjwelde closed 7 years ago

tjwelde commented 7 years ago

We want to use the widths option of the module as documented here: http://webdriver.io/guide/services/visual-regression.html#options. Sadly, it doesn't do anything. Even when specifying the widths on the checking commands.

KenzoM commented 7 years ago

@goldquest I had the same issue and got it solved here:

https://github.com/webdriverio/webdriverio/issues/2241

tjwelde commented 7 years ago

Thanks a lot. The documentation on webdriver.io is updated and will be deployed soon. See: https://github.com/webdriverio/webdriverio/pull/2244#issuecomment-324147476