Package Exports
- @appium/images-plugin
- @appium/images-plugin/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 (@appium/images-plugin) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@appium/images-plugin
Appium plugin for image comparison, visual testing, and image-based functional testing
Features
- Image Comparison (docs) - A new Appium command and route that allows sending in two different images and comparing them in various ways.
- Finding Elements by Image (docs) - Using a template image, find a matching screen region of an app and interact with it via standard Appium element semantics.
Installation
appium plugin install imagesThe plugin must be explicitly activated when launching the Appium server:
appium --use-plugins=imagesLicense
Apache-2.0