-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 879 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": "js_cucumber_appium",
"version": "1.0.0",
"description": "Test Automation Framework: JavaScript + Cucumber + Appium",
"main": "index.js",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"appium": "appium",
"appium-doctor": "appium-doctor",
"cucumber": "cucumber-js"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/wernerthiago/js_cucumber_appium.git"
},
"author": "Thiago Werner",
"license": "ISC",
"bugs": {
"url": "https://github.com/wernerthiago/js_cucumber_appium/issues"
},
"homepage": "https://github.com/wernerthiago/js_cucumber_appium#readme",
"devDependencies": {
"@cucumber/cucumber": "^8.0.0",
"selenium-webdriver": "^4.1.1",
"wd": "^1.14.0"
},
"dependencies": {
"appium-chromedriver": "^5.0.3"
}
}