visual-diff-tool
Version:
Visual regression testing tool for comparing two URLs of the same app by capturing screenshots, performing pixel-by-pixel image comparisons, and highlighting visual differences. Ideal for detecting UI changes after deployments or updates.
32 lines (31 loc) • 833 B
JSON
{
"name": "visual-diff-tool",
"version": "1.0.24",
"description": "Visual regression testing tool for comparing two URLs of the same app by capturing screenshots, performing pixel-by-pixel image comparisons, and highlighting visual differences. Ideal for detecting UI changes after deployments or updates.",
"main": "src/index.js",
"scripts": {
"test": "jest",
"prepare": "mkdir -p screenshots"
},
"keywords": [
"visual-testing",
"ui-regression",
"visual-compare",
"pixelmatch",
"puppeteer",
"screenshot-testing",
"regression-testing",
"headless-browser",
"image-diff"
],
"author": "Gaurav Awale",
"dependencies": {
"pixelmatch": "5.2.1",
"pngjs": "^7.0.0",
"puppeteer": "^24.7.2"
},
"devDependencies": {
"jest": "^29.7.0"
},
"license": "MIT"
}