UNPKG

wd-selenium-hooks

Version:

Webdriver configuration hooks for starting and stopping selenium standalone server with PhantomJS.

57 lines (56 loc) 1.85 kB
{ "name": "wd-selenium-hooks", "description": "Webdriver configuration hooks for starting and stopping selenium standalone server with PhantomJS.", "version": "0.1.0", "author": "Wil Moore III <wil.moore@wilmoore.com>", "bugs": { "url": "https://github.com/wilmoore/node-wd-selenium-hooks/issues" }, "dependencies": { "phantomjs-bin": "^1.0.1", "selenium-standalone": "^4.7.0" }, "devDependencies": { "fixpack": "^2.2.0", "dependency-check": "^2.4.0", "istanbul": "^0.3.13", "nodemon": "^1.3.7", "standard": "^3.7.1", "tap-spec": "^2.2.2", "tape": "^4.0.0", "tape-catch": "^1.0.4" }, "homepage": "https://github.com/wilmoore/node-wd-selenium-hooks", "keywords": [ "e2e", "functional", "phantom", "PhantomJS", "selenium", "selenium-standalone", "testing", "Webdriver", "WebdriverIO" ], "license": "MIT", "main": "index.js", "preferGlobal": false, "private": false, "repository": { "type": "git", "url": "https://github.com/wilmoore/node-wd-selenium-hooks" }, "scripts": { "authors": "git shortlog -nes | tr -s ' ' | cut -f2- > authors", "cover": "istanbul cover test.js", "dependency-check": "dependency-check ./package.json && dependency-check ./package.json --unused --no-dev", "dev": "nodemon -x 'npm run test --silent' -e 'js json'", "fixpack": "fixpack", "postinstall": "selenium-standalone install", "release-major": "npm version major && git push --follow-tags && npm publish", "release-minor": "npm version minor && git push --follow-tags && npm publish", "release-patch": "npm version patch && git push --follow-tags && npm publish", "standard": "standard", "test": "npm run dependency-check && npm run standard --silent && node test.js 2>/dev/null | tap-spec" } }