-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
44 lines (44 loc) · 1.59 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
37
38
39
40
41
42
43
44
{
"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": {
"cypress-file-upload": "^5.0.8",
"cypress-grep": "^2.5.3",
"cypress-log-filter": "^1.0.4",
"cypress-multi-reporters": "^1.5.0",
"cypress-react-selector": "^2.3.17",
"cypress-real-events": "^1.13.0",
"cypress-xpath": "^1.6.2",
"decompress": "^4.2.1",
"faker": "^5.5.3",
"js-yaml": "^4.1.0",
"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": {
"e2e:run:local": "cypress run --env tackleUrl=http://localhost:9000",
"e2e:open:local": "cypress open --e2e --env tackleUrl=http://localhost:9000",
"check": "prettier --check './**/*.{ts,js,json}'",
"format": "prettier --write './**/*.{ts,js,json}'",
"mergereports": "npx jrm ./cypress/reports/junitreport.xml ./cypress/reports/junit/*.xml"
},
"devDependencies": {
"@testing-library/cypress": "^10.0.1",
"@types/node": "^20.1.0",
"cy-verify-downloads": "^0.1.13",
"cypress": "^13.13.3",
"cypress-downloadfile": "^1.2.3",
"cypress-fail-fast": "^7.1.0",
"cypress-fs": "^0.2.6",
"cypress-mochawesome-reporter": "^3.2.2",
"cypress-tags": "^1.1.2",
"license-check-and-add": "^4.0.5",
"typedoc": "^0.23.28"
}
}