@rws-air/jestscreenshot
Version:
Jest reporter plugin to take Puppeteer screenshots on failing tests
59 lines (58 loc) • 1.39 kB
JSON
{
"name": "@rws-air/jestscreenshot",
"version": "5.0.1",
"description": "Jest reporter plugin to take Puppeteer screenshots on failing tests",
"author": "@rws-air",
"license": "AGPL-3.0-or-later",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"homepage": "https://github.com/RWS-NL/air-node-packages/tree/master/packages/jestscreenshot#readme",
"scripts": {
"lint": "eslint src --fix --ext .ts,.tsx",
"test": "yarn lint",
"prebuild": "yarn lint",
"build": "tsc",
"start": "tsc -w"
},
"files": [
"dist",
"!dist/.tsbuildinfo"
],
"peerDependencies": {
"@types/jest-environment-puppeteer": ">=4",
"jest-circus": ">=24",
"jest-environment-puppeteer": ">=4"
},
"dependencies": {
"form-data": "^3.0.0",
"fs-nextra": "^0.5.1",
"moment": "^2.26.0",
"node-fetch": "^2.6.0"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=10",
"npm": ">=6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RWS-NL/air-node-packages.git",
"directory": "packages/jestscreenshot"
},
"bugs": {
"url": "https://github.com/RWS-NL/air-node-packages/issues"
},
"keywords": [
"jest",
"puppeteer",
"rws-air",
"rws-nl",
"rws",
"air",
"typescript",
"ts"
],
"gitHead": "b6463939c9aba617c9c8e4bd0f3d40a86c4a5a57"
}