forked from konveyor/tackle-ui-tests
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 1010 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
{
"name": "tackle-ui-tests",
"version": "0.1.0",
"description": "Tackle Web UI Tests",
"main": "index.js",
"repository": "https://github.com/konveyor/tackle-ui-tests.git",
"dependencies": {
"@testing-library/cypress": "^7.0.5",
"cypress": "^7.1.0",
"cypress-file-upload": "^5.0.8",
"cypress-grep": "^2.5.3",
"cypress-multi-reporters": "^1.5.0",
"cypress-react-selector": "^2.3.17",
"cypress-xpath": "^1.6.2",
"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": {
"check": "prettier --check './**/*.{ts,js,json}'",
"format": "prettier --write './**/*.{ts,js,json}'",
"mergereports": "npx jrm ./cypress/reports/junitreport.xml ./cypress/reports/junit/*.xml"
},
"devDependencies": {
"license-check-and-add": "^4.0.5"
}
}