Image comparison / visual regression testing for WebdriverIO
npm install @wdio/visual-service> A WebdriverIO service for image comparison / visual regression testing.
The easiest way is to keep @wdio/visual-service as a dev-dependency in your package.json, via:
``sh``
npm install @wdio/visual-service --save-dev
Instructions on how to get started can be found in the visual testing docs on the WebdriverIO project page.