UNPKG

cypress-mochawesome-reporter

Version:

Zero config Mochawesome reporter for Cypress with screenshots

58 lines (57 loc) 1.39 kB
{ "name": "cypress-mochawesome-reporter", "version": "4.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": "^10.0.1", "fs-extra": "^11.3.0", "mochawesome": "^7.1.3", "mochawesome-merge": "^5.0.0", "mochawesome-report-generator": "^6.2.0" }, "devDependencies": { "@badeball/cypress-cucumber-preprocessor": "^22.2.0", "cypress": "^14.5.1", "lerna": "^7.1.4" }, "peerDependencies": { "cypress": ">=6.2.0" }, "files": [ "lib", "register.js", "plugin.js", "index.d.ts", "cucumberSupport.js" ] }