@wdio/visual-service
Version:
Image comparison / visual regression testing for WebdriverIO
14 lines (8 loc) • 429 B
Markdown
> 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](https://webdriver.io/docs/visual-testing) docs on the WebdriverIO project page.