wdio-visual-regression-service icon indicating copy to clipboard operation
wdio-visual-regression-service copied to clipboard

Visual regression service for WebdriverIO.

Results 38 wdio-visual-regression-service issues
Sort by recently updated
recently updated
newest added

I was trying to run visual regression tests in iPhone simulator and ran into a problem. It seems the viewport is not detected correctly by the visual regression service. Is...

https://github.com/zinserjan/webdriverio-example not working for me -- tried node versions 4.9, 9.11, 10, and 11 also tried updating the package dependencies and still got many errors

Hi , I was wondering if there is a possibility to take a screenshot inside a afterScenario if yes can you please provide an example ? I tried with browser.saveElementScreenshot("imagename.png",...

Often times new screenshots are not generated locally and checked in. This is not caught because our Travis CI builds create new reference screenshots are generated with no indication in...

Hi, thanks for the great tool you created. I started using it in my project. Next step i'd like to do is integrating Allure reporter. Allure creates test logs starting...

I'm running visual regression tests with the following section in my wdio.config.js: ``` capabilities: [{ maxInstances: 5, browserName: 'chrome', chromeOptions: { args: headless ? ['--headless', '--disable-gpu', '--window-size=1024,800'] : [], },...

I would like to fail a test when there is no reference image. My use case looks like that: - run tests on local machine (generates reference images) - inspect...

Is there a way of taking the screenshot, saving it to disk, and diffing it against the reference in an async mode? I can see the browser have to wait...

Currently when `checkElement` fails with the following error when an invalid selector is used to grab a screenshot. We should enhance the error message to provide meaningful information when an...

When using the exposed `checkDocument` function only the viewport is taken a screenshot of. I would expect this to take a screenshot of the entire page so that I can...