UNPKG

taiko-screencheck

Version:

simplify visual regression testing with screenshot capture and compare

52 lines (51 loc) 1.37 kB
{ "name": "taiko-screencheck", "version": "1.0.21", "description": "simplify visual regression testing with screenshot capture and compare", "main": "dist/index.js", "keywords": [ "taiko", "testing", "bdd", "tdd", "vrt", "visual testing", "test automation", "puppeteer", "selenium", "browser" ], "scripts": { "typedoc": "typedoc src/ScreenCheck.ts --excludeNotExported --excludePrivate", "build": "tsc && npm run test && npm run typedoc", "test": "jest" }, "homepage": "https://github.com/dcdc-io/taiko-screencheck", "repository": { "type": "git", "url": "https://github.com/dcdc-io/taiko-screencheck.git" }, "author": "Benjamin Babik <ben@dcdc.io> (https://dcdc.io)", "license": "MIT", "dependencies": { "fs-extra": "^8.1.0", "is-docker": "^2.0.0", "pixelmatch": "^5.1.0", "pngjs": "^3.4.0", "typedoc-plugin-nojekyll": "^1.0.1" }, "devDependencies": { "@types/fs-extra": "^8.0.1", "@types/jest": "^25.1.2", "@types/mock-fs": "^4.10.0", "@types/node": "^13.7.0", "@types/pixelmatch": "^5.0.0", "@types/pngjs": "^3.4.1", "jest": "^25.1.0", "mock-fs": "^4.10.4", "ts-jest": "^25.2.0", "ts-node": "^8.6.2", "typedoc": "^0.16.10", "typescript": "^3.7.5" } }