-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.28 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
45
46
47
48
49
{
"name": "ui-tests",
"version": "1.0.0",
"description": "UI tests for RHWA products",
"scripts": {
"test": "npx cypress run --browser chrome --spec 'cypress/tests/Default NHCTests.spec.js'"
},
"repository": {
"type": "git",
"url": "git@github.com:anna-savina/rhwa-ui-tests.git"
},
"author": "",
"license": "SEE LICENSE IN LICENSE",
"engines": {
"node": ">=10.15.3",
"npm": ">=6.9.0"
},
"dependencies": {
"axios": "^0.21.4",
"del": "^6.0.0",
"jest": "^27.5.1",
"jest-junit": "^13.0.0",
"log4js": "^6.3.0",
"nconf": "^0.11.3",
"nconf-yaml": "^1.0.2",
"supertest": "^6.0.1",
"yamljs": "^0.3.0"
},
"devDependencies": {
"@types/cypress": "^1.1.3",
"chromedriver": "^87.0.5",
"cross-env": "^7.0.3",
"cypress": "^9.7.0",
"cypress-fill-command": "^1.0.2",
"cypress-grep": "^2.11.0",
"cypress-localstorage-commands": "^2.2.1",
"cypress-multi-reporters": "^1.4.0",
"cypress-terminal-report": "^2.0.0",
"cypress-wait-until": "^1.7.1",
"eslint": "^8.20.0",
"eslint-plugin-cypress": "^2.12.1",
"geckodriver": "^2.0.4",
"junit-report-merger": "^3.0.1",
"mocha": "^9.1.3",
"mocha-junit-reporter": "^2.0.2",
"mochawesome": "^7.0.1",
"mochawesome-merge": "^4.2.0"
}
}