-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
28 lines (28 loc) · 951 Bytes
/
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
{
"name": "play",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"cypress": "^7.3.0",
"cypress-localstorage-commands": "^1.4.4",
"cypress-mochawesome-reporter": "^2.2.0",
"cypress-multi-reporters": "^1.5.0",
"cypress-xpath": "^1.6.2",
"junit-report-merger": "^2.2.2",
"mocha": "^8.4.0",
"mocha-junit-reporter": "^2.0.0",
"typescript": "^4.2.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"cy:run": "cypress run",
"ok": "jrm ./cypress/reports/mergedreport.xml ./cypress/reports/junit/*.xml",
"delete:reportFolder": "rmdir /Q /S mochawesome-report",
"merge:reports": "mochawesome-merge cypress/reports/mocha/*.json > cypress-combined-report.json",
"create:html:report": "npm run merge:reports && marge --reportDir htmlreport cypress-combined-report.json"
},
"author": "",
"license": "ISC"
}