-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 822 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 822 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
28
29
30
31
32
{
"name": "cypress_geonode",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"web": "npx cypress open --e2e --browser=chromium --env device=web",
"test": "ELECTRON_ENABLE_LOGGING=1 npx cypress run --headless --spec 'cypress/e2e/all_tests.cy.ts'"
},
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"cypress": "^15.7.0",
"cypress-mochawesome-reporter": "^3.2.1-rc.0",
"mochawesome": "^7.1.3",
"mochawesome-merge": "^4.3.0",
"mochawesome-report-generator": "^6.2.0",
"npm-run-all": "^4.1.5",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
},
"dependencies": {
"adm-zip": "^0.5.14",
"cypress-if": "^1.12.0",
"cypress-multi-reporters": "^1.6.4",
"date-fns": "^3.6.0",
"dotenv": "^16.4.5",
"fs-extra": "^11.2.0",
"path": "^0.12.7",
"uuid": "^9.0.1"
}
}