-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
28 lines (28 loc) · 962 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
{
"name": "crane-ui-tests",
"version": "0.1.0",
"description": "Crane Web UI Tests",
"main": "index.js",
"repository": "https://github.com/konveyor/crane-ui-tests.git",
"dependencies": {
"@testing-library/cypress": "^7.0.5",
"cypress": "^7.1.0",
"cypress-mochawesome-reporter": "^3.2.2",
"cypress-multi-reporters": "^1.5.0",
"faker": "^5.5.3",
"junit-report-merger": "^3.0.2",
"mocha": "^9.1.2",
"mocha-junit-reporter": "^2.0.2",
"prettier": "^2.2.1",
"typescript": "^4.2.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"check": "prettier --check './**/*.{ts,js,json}'",
"format": "prettier --write './**/*.{ts,js,json}'",
"mergereports": "npx jrm ./cypress/reports/junitreport.xml ./cypress/reports/junit/*.xml"
},
"devDependencies": {
"@cypress/skip-test": "^2.6.1"
}
}