UNPKG

nadda

Version:

A zero config plugin for BDD acceptance testing in the browser using a combination of yadda and nightwatch

68 lines (67 loc) 1.69 kB
{ "name": "nadda", "version": "0.6.1", "description": "A zero config plugin for BDD acceptance testing in the browser using a combination of yadda and nightwatch", "main": "lib/nadda.js", "bin": { "nadda": "./bin/nadda" }, "files": [ "lib", "bin" ], "scripts": { "postinstall": "node ./lib/driver-setup.js || npm install iedriver", "pretest": "jshint .", "test": "npm run unit_tests && npm run integration_tests && npm run e2e_tests", "unit_tests": "istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec --recursive tests/unit", "integration_tests": "mocha -R spec --recursive tests/integration", "e2e_tests": "mocha -R spec --recursive tests/e2e" }, "keywords": [ "nightwatch", "yadda", "ci", "browser", "testing", "selenium", "chromedriver", "iedriver", "phantomjs", "BDD", "Automated", "Acceptance" ], "author": { "name": "Iain McDonald", "email": "iain.allan.mcdonald@googlemail.com" }, "repository": { "type": "git", "url": "https://github.com/iamcdonald/nadda" }, "bugs": { "url": "https://github.com/iamcdonald/nadda/issues" }, "license": "MIT", "dependencies": { "chromedriver": "^2.21.2", "glob-all": "^3.0.1", "mkdirp": "^0.5.1", "nightwatch": "^0.8.16", "object-merge": "^2.5.1", "phantomjs-prebuilt": "^2.1.4", "q": "^1.4.1", "rimraf": "^2.4.1", "selenium-standalone-jar": "^2.48.2", "yadda": "^0.13.1", "yargs": "^3.15.0" }, "devDependencies": { "istanbul": "^0.3.17", "jshint": "^2.5.2", "mocha": "^2.2.4", "proxyquire": "^1.6.0", "sinon": "^1.15.4" } }