-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.07 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
{
"name": "mobile-bench",
"version": "1.0.0",
"description": "Mobile automation training project",
"main": "index.js",
"scripts": {
"pretest:android": "node prepare.apk.js",
"test:android": "wdio wdio.conf.android.js android",
"test:ios": "wdio run wdio.conf.ios.js ios"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ALegchilov/mobile-bench.git"
},
"keywords": [],
"author": "Alex Legchilov",
"license": "ISC",
"bugs": {
"url": "https://github.com/ALegchilov/mobile-bench/issues"
},
"homepage": "https://github.com/ALegchilov/mobile-bench#readme",
"dependencies": {
"@wdio/cli": "^7.5.1",
"appium": "^1.20.2",
"fs-extra": "^9.1.0",
"npm": "^7.15.1",
"nvm": "0.0.4",
"webdriverio": "^7.5.1"
},
"devDependencies": {
"@wdio/appium-service": "^7.5.0",
"@wdio/local-runner": "^7.5.1",
"@wdio/mocha-framework": "^7.4.6",
"@wdio/spec-reporter": "^7.4.3",
"axios": "^0.21.1",
"chromedriver": "^90.0.0",
"eslint": "^7.25.0",
"wdio-chromedriver-service": "^7.0.0"
}
}