-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
executable file
·90 lines (89 loc) · 3.2 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
90
{
"name": "pgmobile",
"version": "1.0.0",
"description": "PG Mobile - Consumer app testing",
"scripts": {
"lint": "eslint .",
"start": "selenium-standalone start",
"test-consumer-android": "wdio wdio.android.consumer.js",
"pretest-consumer-ios": "wdio run wdio.ios.before.js",
"test-consumer-ios": "wdio run wdio.ios.consumer.app.js",
"test-agent-web": "wdio wdio.web.agent.js",
"test-agent-ios": "wdio wdio.ios.agentnet.app.js",
"features_coverage": "node utils/GetTags.js",
"ios.app": "./node_modules/.bin/wdio ./config/wdio.ios.app.conf.js"
},
"devDependencies": {
"@applitools/eyes-selenium": "^4.55.4",
"@applitools/eyes-webdriverio": "^5.31.9",
"@babel/cli": "^7.7.0",
"@babel/core": "^7.7.2",
"@babel/node": "^7.7.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/polyfill": "^7.7.0",
"@babel/preset-env": "^7.7.1",
"@babel/register": "^7.7.0",
"@types/node": "^10.3.1",
"@wdio/allure-reporter": "^6.11.0",
"@wdio/appium-service": "^6.1.16",
"@wdio/applitools-service": "^7.7.5",
"@wdio/cli": "^6.12.1",
"@wdio/cucumber-framework": "^6.11.1",
"@wdio/junit-reporter": "^6.3.6",
"@wdio/local-runner": "^6.12.1",
"@wdio/sauce-service": "^6.12.1",
"@wdio/selenium-standalone-service": "^6.11.0",
"@wdio/spec-reporter": "^6.11.0",
"@wdio/sync": "^6.11.0",
"adbjs": "^0.2.6",
"adbkit": "^2.11.0",
"appium-xcuitest-driver": "^2.104.0",
"babel-eslint": "^10.1.0",
"deepmerge": "^4.2.2",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.11.0",
"glob": "^7.1.2",
"jsonpath": "^1.1.1",
"node-osascript": "^2.1.0",
"node-simctl": "^5.1.1",
"papaparse": "^5.3.0",
"wdio-image-comparison-service": "^2.3.0",
"wdio-native-app-compare-service": "^1.2.0",
"webdriverio": "^6.12.1"
},
"dependencies": {
"@applitools/eyes.webdriverio": "^2.30.3",
"@types/chai-webdriverio": "^0.4.0",
"@types/cucumber": "^6.0.1",
"@types/webdriverio": "^4.10.2",
"@wdio/codemod": "^0.9.0",
"app-inspector": "^2.0.29",
"appium": "^1.19.1",
"appium-adb": "^7.12.0",
"chai": "^4.1.2",
"chromedriver": "^2.38.2",
"cucumber": "^6.0.5",
"cucumber-expressions": "^6.0.1",
"cucumber-tag-expressions": "^1.1.1",
"cucumberjs-allure-reporter": "^1.0.3",
"form-data": "^2.5.1",
"fs-extra": "^7.0.1",
"get-port": "^3.2.0",
"gherkindoc": "^0.2.0",
"got": "^10.0.0-beta.2",
"ios-automation-helper": "^1.0.4",
"jscodeshift": "^0.12.0",
"jsonschema": "^1.2.4",
"lodash": "^4.17.11",
"minimist": "^1.2.5",
"moment": "^2.22.2",
"moment-timezone": "^0.5.33",
"mysql": "^2.17.1",
"selenium-standalone": "^6.15.4",
"sleep": "^6.3.0",
"wd": "^1.9.0",
"webdriver-manager": "^12.1.0",
"yamljs": "^0.3.0"
}
}