-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 824 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 824 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "protractor-browserstack",
"version": "0.1.1",
"readme": "Protractor Integration with [BrowserStack](https://www.browserstack.com)",
"description": "Selenium examples for Protractor and BrowserStack Automate",
"scripts": {
"test": "npm run single && npm run local && npm run parallel",
"single": "./node_modules/.bin/protractor conf/single.conf.js",
"local": "./node_modules/.bin/protractor conf/local.conf.js",
"parallel": "./node_modules/.bin/protractor conf/parallel.conf.js",
"parallel_local": "./node_modules/.bin/protractor conf/parallel_local.conf.js"
},
"repository": {
"type": "git",
"url": "https://github.com/browserstack/protractor-browserstack"
},
"dependencies": {
"browserstack-local": "^1.0.0",
"protractor": "^5.4.4"
},
"license": "MIT"
}