UNPKG

cypress-junit-reporter-shp

Version:

Cypress Reporter | Enhances your Cypress test suite with the cypress-xray-junit-reporter a specialized custom reporter designed to seamlessly generating comprehensive XRay-compatible JUnit-style XML reports, complete with embedded screenshots on test fail

46 lines (45 loc) 1.17 kB
{ "name": "cypress-junit-reporter-shp", "version": "1.1.44", "description": "Cypress Reporter | Enhances your Cypress test suite with the cypress-xray-junit-reporter a specialized custom reporter designed to seamlessly generating comprehensive XRay-compatible JUnit-style XML reports, complete with embedded screenshots on test failures, facilitating a thorough analysis of test execution.", "main": "index.js", "types": "index.d.ts", "scripts": {}, "keywords": [ "mocha", "junit", "reporter", "cypress", "xray", "xml", "retries", "video", "betterCypress" ], "author": { "name": "alec-js" }, "license": "MIT", "devDependencies": { "eslint": "^7.0.0", "mocha9": "npm:mocha@^9.1.2", "rimraf": "^3.0.2", "test-console": "^1.0.0", "typescript": "^5.2.2", "xmllint": "^0.1.1" }, "dependencies": { "chalk": "^4.1.2", "debug": "^4.3.4", "md5": "^2.3.0", "mkdirp": "^3.0.0", "number-to-words": "^1.2.4", "sanitize-filename": "^1.6.3", "strip-ansi": "^6.0.1", "uuid": "^9.0.1", "xml": "^1.0.1" }, "peerDependencies": { "mocha": ">=2.2.5" } }