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

Retries are an essential part of e2e in order to deal with flakey tests. When a screenshot is missing, the framework creates a new one and saves it. This causes...

When using `misMatchTolerance` in config I'm still seeing errors reported for mismatches below the tolerance threshold: **Config** ```javascript { visualRegression: { compare: new VisualRegressionCompare.LocalCompare({ referenceName: ... screenshotName: ... diffName: ......

For anyone looking to use this plugin with WebdriverIO V5, just wanted to share this new plugin based on @zinserjan work: https://github.com/Jnegrier/wdio-novus-visual-regression-service https://www.npmjs.com/package/wdio-novus-visual-regression-service Just install it as `npm install wdio-novus-visual-regression-service...

Fixes #83 Note: I didn't attempt to get Spectre test to return the correct value for `isNewScreenshot`. ~~Note: I wasn't able to test locally as it's unhappy with my node...

Trying to write my first tests with this tool (seems really neat), but I'm running into some issues recreating the example projects I've seen (mainly this one: https://github.com/zinserjan/webdriverio-example/blob/master/test/diff-test.js). relevant package.json...

`wdio-visual-regression-service` and `wdio-screenshot` were modified to be compatible with wdio v5 and be integrated as one solution. There a change on the usage for `hide` and `remove` now instead of...

Dear developers, thanks for the great service you're making. Need you advice, what am I doing wrong? Problem: My tests are green where's there IS a visual diff. `misMatchTolerance: 0`...

Hi, I'm not sure how active this project is but I thought it might be helpful to add the BackstopJS reporting dashboard to this tool. After doing a run with...

misMatchTolerance Number Overrides the global misMatchTolerance value for this command. Pass in a number between 0 and 100 that defines the degree of mismatch to consider two images as identical....

Webdriver.io Version 5 doesn't support 'wdio-visual-regression-service'. Environment (please complete the following information): **WebdriverIO version: 5.3.0 **Mode: WDIO Testrunner If WDIO Testrunner, running sync/async: sync Browser name and version: [e.g. Chrome...