-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 1005 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
29
30
31
{
"name": "test",
"version": "0.0.1",
"description": "tes",
"engines": {
"node": "^18 || ^20"
},
"packageManager": "[email protected]+sha512.499434c9d8fdd1a2794ebf4552b3b25c0a633abcee5bb15e7b5de90f32f47b513aca98cd5cfd001c31f0db454bc3804edccd578501e4ca293a6816166bbd9f81",
"license": "For internal use only",
"scripts": {
"test:ci": "cypress run --config-file cypress-base.config.ts -b chrome"
},
"devDependencies": {
"@simonsmith/cypress-image-snapshot": "^9.1.0",
"@types/node": "^22.10.5",
"cypress": "13.17.0",
"cypress-mochawesome-reporter": "3.8.2",
"playwright-webkit": "^1.49.1",
"typescript": "5.7.2"
},
"dependencies": {
"axe-core": "4.10.2",
"cypress-axe": "1.5.0",
"cypress-multi-reporters": "2.0.4",
"cypress-real-events": "1.13.0",
"mocha": "11.0.1",
"mochawesome": "7.1.3",
"mochawesome-merge": "4.3.0",
"mochawesome-report-generator": "6.2.0"
}
}