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.
- Host: GitHub
- URL: https://github.com/techery/screenshots-comparator
- Owner: techery
- Created: 2023-01-16T09:58:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-16T11:44:21.000Z (over 3 years ago)
- Last Synced: 2025-08-11T06:55:51.233Z (10 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`