-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.01 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
{
"dependencies": {
"@wdio/config": "^9.2.8",
"@wdio/globals": "^9.4.1",
"@wdio/types": "^9.2.2",
"appium-adb": "^12.7.0",
"dotenv": "^16.4.5",
"wdio-video-reporter": "^6.1.1",
"webdriverio": "9.4.1"
},
"devDependencies": {
"@types/chai": "^5.0.1",
"@wdio/allure-reporter": "^9.2.14",
"@wdio/appium-service": "^9.4.1",
"@wdio/cli": "^9.4.1",
"@wdio/cucumber-framework": "^9.3.1",
"@wdio/local-runner": "^9.4.1",
"@wdio/spec-reporter": "^9.2.14",
"allure-cucumberjs": "^3.0.6",
"chai": "^5.1.2",
"eslint": "^9.15.0",
"eslint-plugin-wdio": "^9.2.11",
"mailosaur": "^8.7.0",
"ts-node": "^10.9.2",
"tsx": "^4.19.2",
"typescript": "^5.6.3",
"wdio-wait-for": "^3.0.11"
},
"scripts": {
"android": "wdio run config/android.conf.ts",
"android-prod": "wdio run config/android.conf.ts --cucumberOpts.tags '@prod'",
"ios": "wdio run config/ios.conf.ts",
"ios-prod": "wdio run config/ios.conf.ts --cucumberOpts.tags '@prod'"
}
}