-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 815 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 815 Bytes
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
{
"name": "quales-automation",
"version": "1.0.0",
"description": "End to End automated test for Quales",
"main": "index.js",
"scripts": {
"test": "npx cypress run",
"openRunner": "npx cypress open",
"headTest": "npm test -- --headed",
"chromeTest": "npm test -- --browser chrome",
"chromeHeadlessTest": "npm test --headless --browser chrome",
"recordDashboardTest": "npm test -- --record --key 28fef3d0-0b4a-4f5e-a9f7-dd3f847a8814 --reporter mochawesome",
"cypressReport": "npm run test -- --record --key 28fef3d0-0b4a-4f5e-a9f7-dd3f847a8814"
},
"keywords": [
"testing",
"cypress",
"automation"
],
"author": "Edikan Edikan",
"license": "ISC",
"devDependencies": {
"cypress": "^10.10.0",
"mocha": "^9.0.2",
"mochawesome": "^7.1.3"
}
}