UNPKG

codeceptjs-pixelmatchhelper

Version:

Pixelmatch helper for CodeceptJS, with support for Playwright, Webdriver, TestCafe, Puppeteer & Appium

36 lines (35 loc) 985 B
{ "name": "codeceptjs-pixelmatchhelper", "version": "1.0.6", "description": "Pixelmatch helper for CodeceptJS, with support for Playwright, Webdriver, TestCafe, Puppeteer & Appium", "main": "index.js", "repository": { "type": "git", "url": "git@github.com:stracker-phil/codeceptjs-pixelmatchhelper.git" }, "dependencies": { "fs": "0.0.1-security", "path": "^0.12.7", "pixelmatch": "^5.2.1", "pngjs": "^6.0.0" }, "devDependencies": { "codeceptjs": "^3.1.1", "mocha": "^8.4.0", "mochawesome": "^6.2.2" }, "keywords": [ "codecept.io", "codeceptjs", "pixelmatch", "codeceptjs-pixelmatch", "codeceptjs visual tests", "codecept visual tests" ], "author": "Philipp Stracker <stracker.phil@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/stracker-phil/codeceptjs-pixelmatchhelper/issues" }, "homepage": "https://github.com/stracker-phil/codeceptjs-pixelmatchhelper#readme" }