forked from browserstack/nightwatch-browserstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
24 lines (24 loc) · 1.01 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
{
"name": "nightwatch-browserstack",
"version": "0.1.0",
"readme": "Nightwatch Integration with [BrowserStack](https://www.browserstack.com)",
"description": "Selenium examples for Nightwatch and BrowserStack Automate",
"scripts": {
"test:feedback": "./node_modules/.bin/nightwatch -c conf/feedback.conf.js",
"test": "npm run single && npm run local && npm run parallel",
"single": "./node_modules/.bin/nightwatch -c conf/single.conf.js",
"local": "node scripts/local.runner.js -c conf/local.conf.js",
"parallel": "./node_modules/.bin/nightwatch -c conf/parallel.conf.js -e chrome,firefox,safari,ie",
"parallel_local": "node scripts/local.runner.js -c conf/parallel_local.conf.js -e chrome,firefox,safari",
"suite": "./node_modules/.bin/nightwatch -c conf/suite.conf.js"
},
"repository": {
"type": "git",
"url": "https://github.com/browserstack/nightwatch-browserstack"
},
"dependencies": {
"browserstack-local": "^1.0.0",
"nightwatch": "^0.8.18"
},
"license": "MIT"
}