-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
36 lines (36 loc) · 1.07 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
36
{
"name": "windup-ui-tests",
"version": "1.0.0",
"description": "UI tests for windup",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"mergereports": "npx jrm ./cypress/reports/junitreport.xml ./cypress/reports/junit/*.xml"
},
"repository": {
"type": "git",
"url": "git+https://github.com/windup/windup-ui-tests.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/windup/windup-ui-tests/issues"
},
"homepage": "https://github.com/windup/windup-ui-tests#readme",
"devDependencies": {
"@cypress/skip-test": "^2.6.1",
"@types/cypress": "^1.1.3",
"@types/jest": "^29.2.4",
"cypress-multi-reporters": "^1.6.2",
"cypress-tags": "^1.1.2",
"faker": "^5.5.3",
"junit-report-merger": "^4.0.0",
"mocha-junit-reporter": "^2.2.0",
"prettier": "2.8.1",
"typescript": "^4.9.4"
},
"dependencies": {
"cypress": "^12.1.0",
"format": "^0.2.2"
}
}