-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
89 lines (89 loc) · 2.57 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "autobdd",
"version": "3.0.0",
"description": "BDD Automaiton",
"scripts": {
"download-test": "mkdir -p ./test-projects/autobdd-test && cd ./test-projects/autobdd-test && npx degit --force https://github.com/xyteam/autobdd-test.git#v3master",
"test-init": ". ./.autoPathrc.sh && cd ./test-projects/autobdd-test && xvfb-runner.sh make e2e-arunner",
"test": "npm run download-test && npm run test-init",
"clean": "rm -rf ./test-projects/autobdd-test"
},
"dependencies": {
"@hapi/hapi": "^20.1.5",
"ajv": "^8.6.2",
"args-parser": "^1.3.0",
"assert": "^2.0.0",
"bottleneck": ">=2.19.5",
"child_process": ">=1.0.2",
"cryptiles": ">=4.1.3",
"csv-parser": "^3.0.0",
"deep-extend": ">=0.6.0",
"encodeurl": ">=1.0.2",
"fs-ext": "^2.0.0",
"fuzzball": "^2.0.0",
"glob": ">=7.1.7",
"hoek": ">=6.1.3",
"java": "^0.12.2",
"json-diff": ">=0.5.4",
"jsonfile": "^6.1.0",
"keycode": "^2.2.0",
"minimist": ">=1.2.5",
"minimist-options": ">=4.1.0",
"moment": "^2.29.1",
"newman": "^5.2.4",
"node-cmd": "^4.0.0",
"npm-check-updates": "^11.8.3",
"path": ">=0.12.7",
"pdf-parse": ">=1.1.1",
"request": ">=2.88.2",
"robotjs": ">=0.6.0",
"shell-quote": "^1.7.2",
"strip-ansi-control-characters": "^2.0.0",
"testrail-api": "^1.3.6",
"url-parse": ">=1.5.1",
"uuid-random": "^1.3.2",
"words-to-numbers": ">=1.5.1",
"xlsx": "^0.17.0",
"xysikulixapi": "^0.0.11"
},
"repository": {
"type": "git",
"url": "git@github.com:xyteam/AutoBDD.git"
},
"keywords": [
"AutoBDD",
"end-to-end",
"e2e test",
"unit test",
"cucumber",
"webdriverio",
"automation",
"framework",
"allure"
],
"author": "xyteam",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/register": "^7.14.5",
"@rpii/wdio-html-reporter": "^6.3.3",
"@wdio/allure-reporter": "^7.7.7",
"@wdio/cli": "^7.7.7",
"@wdio/cucumber-framework": "^7.7.7",
"@wdio/dot-reporter": "^7.7.7",
"@wdio/jasmine-framework": "^7.7.7",
"@wdio/local-runner": "^7.7.7",
"@wdio/selenium-standalone-service": "^7.7.7",
"@wdio/spec-reporter": "^7.7.7",
"@wdio/sync": "^7.7.7",
"allure-commandline": "^2.13.8",
"chromedriver": "^91.0.1",
"cucumber-html-reporter": "^5.4.0",
"cucumber-junit": "^1.7.1",
"devtools": "^7.7.7",
"expect-webdriverio": "^3.1.0",
"multiple-cucumber-html-reporter": "^1.18.0",
"wdio-chromedriver-service": "^7.2.0",
"wdio-cucumberjs-json-reporter": "^4.0.0"
}
}