forked from NageshJoy007/nightwatchjs-browserstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 898 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
{
"name": "nightwatchjs-browserstack",
"version": "1.0.0",
"description": "Run Nightwatch tests on BrowserStack",
"main": "index.js",
"scripts": {
"test": "nightwatch --reporter html-reporter.js",
"test-local": "nightwatch -e chrome --reporter html-reporter.js",
"test-bs-chrome": "nightwatch -c ./conf/browserstack.conf.js -e chrome --reporter html-reporter.js",
"test-bs-firefox": "nightwatch -c ./conf/browserstack.conf.js -e firefox --reporter html-reporter.js"
},
"repository": {
"type": "git",
"url": "https://github.com/NageshJoy007/nightwatchjs-browserstack"
},
"author": "nagesh-mittapalli",
"license": "ISC",
"dependencies": {
"nightwatch": "^1.2.1",
"nightwatch-html-reporter": "^2.0.6",
"handlebars": "^4.1.2",
"fs": "0.0.1-security",
"path": "^0.12.7",
"chromedriver": "^75.1.0",
"geckodriver": "^1.16.2"
}
}