-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 892 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
{
"name": "desktop-app-automation-framework",
"version": "1.0.0",
"description": "Automate desktop app using wdio",
"scripts": {
"cleanReport": "if exist report rmdir report /q /s",
"Open-MyReport": "allure serve report/allure-results",
"test": "npm run cleanReport && npx wdio run src/test/config/desktopApp.conf.ts"
},
"keywords": [],
"author": "aMr saLem",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/Amrkamel1/wido-ultimate.git"
},
"dependencies": {
"appium": "*"
},
"devDependencies": {
"@wdio/allure-reporter": "^7.26.0",
"@wdio/appium-service": "^7.26.0",
"@wdio/cli": "^7.27.0",
"@wdio/dot-reporter": "^7.26.0",
"@wdio/local-runner": "^7.26.0",
"@wdio/mocha-framework": "^7.26.0",
"@wdio/spec-reporter": "^7.26.0",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
}
}