yadda
Version:
A true BDD framework for JavaScript
31 lines (30 loc) • 787 B
JSON
{
"name": "yadda-nightwatch-example",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"adblock-plus-crx": "^2.1.2",
"async": "^2.6.1",
"chalk": "^2.4.1",
"chromedriver": "^2.42.0",
"debug": "^4.0.1",
"glob": "^7.1.3",
"lodash": "^4.17.11",
"moment": "^2.22.2",
"nightwatch": "^0.9.21",
"ramda": "^0.18.0",
"request": "^2.88.0",
"require-all": "^3.0.0",
"selenium-server-standalone-jar": "2.48.2"
},
"devDependencies": {},
"scripts": {
"test": "pkill -f selenium || true && java -version && nightwatch",
"postinstall": "npm --loglevel error link yadda",
"jenkins": "node_modules/.bin/nightwatch --env jenkins",
"prepush": "npm test"
},
"author": "",
"license": "ISC"
}