Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pix-diff

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pix-diff

Protractor plugin for image comparison

  • 2.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
926
decreased by-18.34%
Maintainers
1
Weekly downloads
 
Created
Source

Pix-Diff

A lightweight protractor plugin for image comparison

dependencies Status Build Status Sauce Test Status npm version

Sauce Test Status

What can it do?

Pix-Diff is a lightweight Protractor plugin for image comparisons on (mobile/desktop) browsers and hybrid app screens or screen regions.

You can:

  • Compare screens / regions against a baseline
  • Pass-through any non-default Pixel-diff options
  • Seamlessly compare desktop and mobile screens

Comparisons are based on Pixel-Diff

Installation

Install this module locally with the following command:

npm install pix-diff

Save to dependencies or dev-dependencies:

npm install --save pix-diff
npm install --save-dev pix-diff

Usage

Pix-Diff can be used for:

  • Desktop browsers (Chrome / Firefox / Safari / Internet Explorer 11 / Microsoft Edge)
  • Mobile browsers (Chrome / Safari on simulators / real devices) via Appium

Refer to docs for conventions and examples.

Tests

  • npm test: Execute jshint, unit and local tests.
Local
  • npm test -- local: Run all tests on a local machine with Chrome and Firefox.

Be sure to first run npm run wd-update to update the webdriver at least once after install.

Sauce Labs
  • npm test -- saucelabs: This command is used to test the build on Travis-ci. It runs a variety of desktop and mobile browser Continuous Integration tests.

Contributing

See the contributing guide for more information. In lieu of a formal style guide, take care to maintain the existing coding style. Add tests for any new or changed functionality. Lint and test your code using npm test -- build

TODO

  • Enable FF after #4253 is fixed

License

Licensed under the MIT license.

Copyright (c) 2017 Koola.

Keywords

FAQs

Package last updated on 18 Jun 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc