An open API service indexing awesome lists of open source software.

https://github.com/techery/screenshots-comparator

Cross-browser screenshots comparasion tool for automation.
https://github.com/techery/screenshots-comparator

Last synced: 8 months ago
JSON representation

Cross-browser screenshots comparasion tool for automation.

Awesome Lists containing this project

README

          

# Screenshots Comparator

MVP of the cross-browser screenshot comparison tool

## Installation & Running

1. `npm install` to install dependencies
2. `node index.mjs 'path/to/screenshots'` to run tool

## Hints

- Screenshots are copied to the report/data folder
- The tool saves report to `report/index.html`
- You can pass custom comparison threshold (0-1) as a second argument
- Valid screenshot name suffixes:
- `-chromium.png`
- `-firefox.png`
- `-webkit.png`