-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 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
34
35
36
37
38
{
"name": "webriver_cucumber_appium",
"version": "1.0.0",
"description": "Appium Automation using cucumber",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"wdio": "npx wdio wdio.conf.js",
"allure": "allure generate ./reports/allure-results --clean && allure open"
},
"author": "Tupurani Krishna Kaushik",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"@babel/register": "^7.9.0",
"@wdio/allure-reporter": "^6.1.12",
"@wdio/appium-service": "^6.1.0",
"@wdio/cli": "^6.1.12",
"@wdio/cucumber-framework": "^6.1.8",
"@wdio/local-runner": "^6.1.12",
"@wdio/spec-reporter": "^6.1.12",
"@wdio/sync": "^6.1.8",
"chai": "^4.2.0",
"chromedriver": "^83.0.0",
"cucumber": "^6.0.5",
"cucumber-html-reporter": "^5.2.0",
"log4js": "^6.2.1",
"wdio-chromedriver-service": "^6.0.3",
"wdio-cucumber-reporter": "0.0.2"
},
"dependencies": {
"@babel/plugin-proposal-export-default-from": "^7.8.3",
"moment": "^2.26.0",
"del": "^5.1.0"
}
}