cypress-mochawesome-reporter
Version:
Zero config Mochawesome reporter for Cypress with screenshots
57 lines (56 loc) • 1.35 kB
JSON
{
"name": "cypress-mochawesome-reporter",
"version": "5.0.0",
"description": "Zero config Mochawesome reporter for Cypress with screenshots",
"engines": {
"node": ">=22"
},
"author": "Liron Er",
"license": "MIT",
"funding": "https://github.com/sponsors/LironEr",
"repository": {
"type": "git",
"url": "https://github.com/LironEr/cypress-mochawesome-reporter"
},
"main": "lib/reporter.js",
"types": "index.d.ts",
"bin": {
"generate-mochawesome-report": "cli.js"
},
"scripts": {
"lerna": "lerna",
"install-examples": "lerna exec --concurrency 1 --scope @example/* \"npm i\"",
"test:prepare": "lerna run --stream --no-bail --concurrency 1 --scope @example/* test",
"test": "cypress run",
"cypress:open": "cypress open"
},
"keywords": [
"cypress",
"mochawesome",
"mocha",
"reporter",
"screenshot",
"video"
],
"dependencies": {
"commander": "^15.0.0",
"fs-extra": "^11.4.0",
"mochawesome": "^8.0.0",
"mochawesome-report-generator": "^6.3.2"
},
"devDependencies": {
"@badeball/cypress-cucumber-preprocessor": "^26.0.0",
"cypress": "^15.19.0",
"lerna": "^10.0.0"
},
"peerDependencies": {
"cypress": ">=6.2.0"
},
"files": [
"lib",
"register.js",
"plugin.js",
"index.d.ts",
"cucumberSupport.js"
]
}