-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.26 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "cypress-xray-junit-reporter",
"version": "1.1.12",
"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": {},
"repository": {
"type": "git",
"url": "git+https://github.com/alecmestroni/cypress-xray-junit-reporter.git"
},
"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"
}
}