-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.17 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
{
"name": "mayukh_cypress",
"version": "1.0.0",
"description": "cypress_demo",
"main": "index.js",
"scripts": {
"scripts": "cypress run --record --key 4bb02289-cc70-457b-80dd-f2d02c4d36f3 --parallel --browser chrome",
"combine-reports": "mochawesome-merge cypress/reports/mocha/*.json > cypress/reports/mochareports/report.json",
"generate-report": "marge cypress/reports/mochareports/report.json -f report -o cypress/reports/mochareports",
"posttest": "npm run combine-reports && npm run generate-report",
"test": "npm run scripts || npm run posttest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mayukh2693/myCypressApp.git"
},
"author": "mayukh",
"license": "ISC",
"bugs": {
"url": "https://github.com/Mayukh2693/myCypressApp/issues"
},
"homepage": "https://github.com/Mayukh2693/myCypressApp#readme",
"dependencies": {
"@types/node": "^14.0.27",
"cypress": "^6.2.0"
},
"devDependencies": {
"cypress-multi-reporters": "^1.4.0",
"mocha": "^8.2.1",
"mochawesome": "^6.2.1",
"mochawesome-merge": "^4.2.0",
"mochawesome-report-generator": "^5.1.0",
"typescript": "^3.9.7"
}
}