-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 947 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
e{
"name": "typescript_webdriverio",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "npx wdio run .\\test\\wdio.conf.ts --spec=./features/browsermethodDemo.feature",
"report": "allure generate .\\allure-results",
"build": "npx wdio run .\\test\\wdio.conf.ts --spec=./features/Opportunities.feature",
"start": "react-scripts start"
},
"author": "",
"license": "ISC",
"dependencies": {
"@wdio/cli": "^7.19.2",
"@wdio/config": "^7.19.1",
"@wdio/spec-reporter": "^7.19.1",
"chai-webdriverio": "^1.0.0"
},
"devDependencies": {
"@wdio/allure-reporter": "^7.17.3",
"@wdio/appium-service": "^7.17.3",
"@wdio/cucumber-framework": "^7.17.3",
"@wdio/local-runner": "^7.17.4",
"@wdio/selenium-standalone-service": "^7.17.3",
"allure-commandline": "^2.17.2",
"ts-node": "^10.7.0",
"typescript": "^4.6.3",
"wdio-wait-for": "^2.2.4"
}
}