-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 1.13 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
{
"name": "webdriverio-tests",
"version": "0.1.0",
"author": "Jonatas Faria - @QAJONATASMARTINS",
"private": true,
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/preset-env": "^7.16.11",
"@babel/register": "^7.17.7",
"@badisi/wdio-harness": "^1.0.4",
"@wdio/allure-reporter": "^7.19.5",
"@wdio/appium-service": "^7.19.5",
"@wdio/cli": "^7.20.5",
"@wdio/local-runner": "^7.19.5",
"@wdio/mocha-framework": "^7.20.3",
"@wdio/selenium-standalone-service": "^7.19.5",
"@wdio/spec-reporter": "^7.19.5",
"wdio-wait-for": "^2.2.5"
},
"scripts": {
"android": "wdio run ./configs/local/android/android.config.js",
"ios": "wdio run ./configs/local/ios/ios.config.js",
"ios2": "wdio run ./configs/local/ios/ios.parallel.config.js",
"allure-android": "allure serve ./reports/local/android/",
"allure-ios": "allure serve ./reports/local/ios/"
},
"dependencies": {
"appium": "^1.22.3",
"chai": "^4.3.6",
"wdio": "^6.0.1",
"webdriverio": "^7.20.5"
}
}