-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
36 lines (36 loc) · 881 Bytes
/
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
{
"name": "wdio-emulator-pipeline",
"version": "1.0.0",
"description": "mobile automation framework",
"scripts": {
"Open-MyReport": "npx allure serve report/allure-results",
"mobile": "npx wdio src/test/config/mobile.conf.ts"
},
"keywords": [
"appium 2",
"android",
"emulator",
"webdriverIo",
"mobileAutomationTest",
"github actions"
],
"author": "Amr Salem",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/amrsa1/wdio-nativeApp"
},
"devDependencies": {
"@wdio/allure-reporter": "^8.7.0",
"@wdio/appium-service": "^8.7.0",
"@wdio/cli": "^8.7.0",
"@wdio/local-runner": "^8.7.0",
"@wdio/mocha-framework": "8.7.0",
"@wdio/spec-reporter": "8.7.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.3"
},
"dependencies": {
"allure-commandline": "^2.21.0"
}
}