-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
68 lines (68 loc) · 2.17 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "pmm-ui-tests",
"version": "1.0.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/percona/pmm-ui-tests.git"
},
"scripts": {
"lint:tests": "eslint --ext .js --fix tests/",
"e2e": "npx codeceptjs run-multiple parallel --debug --steps --reporter mocha-multi -c pr.codecept.js --grep '(?=.*)^(?!.*@not-ui-pipeline)^(?!.*@not-pr-pipeline)'",
"e2e:ia": "npx codeceptjs run -c pr.codecept.js --grep '@ia'",
"e2e:stt": "npx codeceptjs run -c pr.codecept.js --grep '@stt'",
"e2e:dbaas": "npx codeceptjs run -c pr.codecept.js --grep '@dbaas'",
"e2e:grafana-pr": "npx codeceptjs run -c pr.codecept.js --grep '@grafana-pr'"
},
"dependencies": {
"@faker-js/faker": "^7.6.0",
"@pagerduty/pdjs": "^2.2.4",
"@types/lodash": "^4.17.4",
"@types/luxon": "^3.4.2",
"@types/mocha": "^10.0.6",
"adm-zip": "^0.5.14",
"axios": "1.7.2",
"build-url": "^6.0.1",
"chai": "^5.1.1",
"codeceptjs": "3.6.2",
"codeceptjs-chai": "^2.3.5",
"codeceptjs-dbhelper": "^1.2.2",
"codeceptjs-mailosaurhelper": "^1.0.5",
"codeceptjs-postgresqlhelper": "^1.0.0",
"faker": "^5.5.3",
"form-data": "^4.0.0",
"generate-password": "^1.7.1",
"lodash": "^4.17.21",
"luxon": "^3.4.4",
"mocha": "^10.4.0",
"mocha-junit-reporter": "^2.2.1",
"mocha-multi": "^1.1.7",
"moment": "2.30.1",
"mongodb": "^3.7.2",
"mysql": "^2.18.1",
"mysql2": "^3.10.0",
"pg": "^8.12.0",
"playwright": "^1.44.1",
"prettier": "^3.3.1",
"request": "^2.88.2",
"shelljs": "^0.8.5",
"tar.gz": "^1.0.7",
"typescript": "^5.4.5",
"yaml": "^2.2.2"
},
"devDependencies": {
"@types/faker": "^6.6.9",
"@types/node": "^18.8.3",
"@types/shelljs": "^0.8.15",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"dotenv": "^16.4.5",
"eslint": "8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-playwright": "^1.6.2"
}
}