Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explore using Resemble.js for image diffing #83

Open
jackjocross opened this issue May 14, 2019 · 1 comment
Open

Explore using Resemble.js for image diffing #83

jackjocross opened this issue May 14, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@jackjocross
Copy link
Collaborator

I recently came across Resemble.js (https://github.com/rsmbl/Resemble.js) and noticed it offers a few advantages over pixelmatch, namely:

  • Can run image diffing in the browser, removing the need for Cypress browser <-> server communication overhead
  • Tuned for image diffing rather than pixel matching, allowing for less false positives

I think we should explore using Resemble.js for image diffing and see if it would be worth the breaking change.

@jackjocross jackjocross added the enhancement New feature or request label May 14, 2019
@RiZKiT
Copy link

RiZKiT commented Aug 17, 2019

Other Projects using it: https://www.npmjs.com/browse/depended/resemblejs
Promising source: https://www.npmjs.com/package/protractor-image-comparison

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants