-
Notifications
You must be signed in to change notification settings - Fork 62
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.22 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.22 KB
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
{
"name": "webdriverio-appium-app-browserstack",
"version": "0.1.0",
"readme": "WendriverIO Integration with [BrowserStack](https://www.browserstack.com)",
"description": "Selenium examples for WebdriverIO and BrowserStack App Automate",
"scripts": {
"test": "npm run first && npm run local && npm run parallel",
"first": "./node_modules/.bin/wdio examples/run-first-test/first.conf.js",
"parallel": "./node_modules/.bin/wdio examples/run-parallel-test/parallel.conf.js",
"local": "./node_modules/.bin/wdio examples/run-local-test/local.conf.js",
"multiple": "./node_modules/.bin/wdio examples/run-multiple-test/multiple.conf.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/browserstack/webdriverio-appium-app-browserstack.git"
},
"keywords": [
"webdriverio",
"browserstack",
"appium",
"tests"
],
"bugs": {
"url": "https://github.com/browserstack/webdriverio-appium-app-browserstack/issues"
},
"homepage": "https://github.com/browserstack/webdriverio-appium-app-browserstack#readme",
"dependencies": {
"@wdio/cli": "^5.20.1",
"@wdio/local-runner": "^5.20.1",
"@wdio/mocha-framework": "^5.18.7",
"browserstack-local": "^1.4.5"
}
}