jest-puppe-shots-env
Version:
A Jest plugin for creating screenshots of React components with a help of Puppeteer
54 lines (53 loc) • 1.21 kB
JSON
{
"name": "jest-puppe-shots-env",
"version": "0.7.0",
"description": "A Jest plugin for creating screenshots of React components with a help of Puppeteer",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/macku/jest-puppe-shots.git"
},
"keywords": [
"jest",
"screenshot",
"snapshot",
"testing",
"unittest",
"react",
"enzyme",
"javascript",
"visual-regression",
"visual-testing",
"matcher",
"jest-matcher",
"unit-testing",
"puppeteer",
"chrome"
],
"author": {
"name": "Maciej Adamczak",
"email": "npm@maciejadamczak.net"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/macku/jest-puppe-shots/issues"
},
"homepage": "https://github.com/macku/jest-puppe-shots#readme",
"peerDependencies": {
"jest": ">= 22.0.0"
},
"dependencies": {
"express": "^4.16.2",
"fs-extra": "^5.0.0",
"get-port": "^3.2.0",
"http-shutdown": "^1.2.0",
"jest-environment-jsdom": ">=22.0.0",
"jest-environment-node": ">=22.0.0",
"puppeteer": "^1.1.1",
"rimraf": "^2.6.2"
},
"engines": {
"node": ">= 7.6",
"npm": ">= 5.0.0"
}
}