Package Exports
- webdriver-image-comparison
- webdriver-image-comparison/dist/helpers/constants.js
- webdriver-image-comparison/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (webdriver-image-comparison) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
WebDriver Image Comparison
an image compare module that can be used for different NodeJS Test automation frameworks that support the WebDriver protocol.
Installation
The easiest way is to keep webdriver-image-comparison as a dev-dependency in your package.json, via:
npm install webdriver-image-comparison --save-devInstructions on how to get started can be found in the visual testing docs on the WebdriverIO project page.