forked from rancher/dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.74 KB
/
Copy pathpackage.json
File metadata and controls
72 lines (72 loc) · 1.74 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "@rancher/cypress",
"version": "1.0.5",
"description": "Cypress E2E test, utilities, page objects, and blueprints for Rancher Dashboard",
"bin": {
"rancher-cypress": "./bin/cli.js"
},
"files": [
"e2e/**/*",
"support/**/*",
"base-config.*",
"extend-config.*",
"globals.d.ts",
"bin/cli.js",
"bin/init.js",
"template/**/*"
],
"keywords": [
"cypress",
"e2e",
"testing",
"page-objects",
"rancher"
],
"author": "Rancher",
"license": "Apache-2.0",
"peerDependencies": {
"cypress": "11.1.0"
},
"dependencies": {
"@cypress/code-coverage": "3.10.4",
"@cypress/grep": "4.1.1",
"@cypress/vue": "5.0.5",
"@cypress/webpack-dev-server": "3.4.1",
"@percy/cli": "1.31.8",
"@percy/cypress": "3.1.6",
"axe-core": "4.10.2",
"axe-html-reporter": "2.2.11",
"cy2": "4.0.9",
"cypress": "11.1.0",
"cypress-axe": "1.6.0",
"cypress-delete-downloads-folder": "0.0.4",
"cypress-mochawesome-reporter": "3.8.2",
"cypress-multi-reporters": "1.6.4",
"cypress-qase-reporter": "3.0.0",
"cypress-real-events": "1.14.0",
"cypress-terminal-report": "^7.2.0",
"dotenv": "^10.0.0",
"dotenv-expand": "^5.1.0",
"find-test-names": "1.29.19",
"globby": "11.1.0",
"junit-report-merger": "9.0.3",
"mocha-junit-reporter": "2.2.1",
"sha.js": "^2.4.12",
"ts-node": "10.9.2",
"typescript": "^5.9.3",
"ws": "8.18.0"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/rancher/dashboard.git",
"directory": "cypress"
},
"scripts": {
"build-pkg": "./scripts/build.sh",
"publish-pkg": "./scripts/publish.sh --npm"
},
"resolutions": {
"axios": "1.13.5"
}
}