zinserjan / wdio-visual-regression-service

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

Check this for compability with WebdriverIO V5 #102

Open Jnegrier opened 4 years ago

Jnegrier commented 4 years ago

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 --save-dev

Since @zinserjan hasn't been present for a while, the PR were I mixed wdio-visual-regression-service and wdio-screenshot never got approved, so I created that one.

I'm not an expert on JavaScript, so any help maintaining that plugin is welcome :)

webOS101 commented 4 years ago

I was just coming to see if someone had forked this. Did you, by any chance, pull in some of the open PRs (like mine -- #103)?

Jnegrier commented 4 years ago

I haven't pulled any of the open PRs, please feel free to create a new one for the fork and I would publish a new version of the plugin with it, thanks!