wct-local
Version:
WCT plugin that enables support for local browsers via Selenium
67 lines (66 loc) • 1.91 kB
JSON
{
"name": "wct-local",
"version": "2.1.7",
"description": "WCT plugin that enables support for local browsers via Selenium",
"keywords": [
"wct",
"web-component-tester",
"plugin"
],
"homepage": "https://github.com/Polymer/tools/tree/master/packages/wct-local",
"bugs": "https://github.com/Polymer/tools/issues",
"repository": "github:Polymer/tools",
"license": "BSD-3-Clause",
"main": "lib/plugin.js",
"typings": "lib/plugin.d.ts",
"scripts": {
"build": "tsc && npm run lint",
"format": "find src scripts -name \"*.[jt]s\" | xargs clang-format --style=file -i",
"lint": "tslint -p .",
"prepublishOnly": "tsc",
"postinstall": "node scripts/postinstall.js"
},
"wct-plugin": {
"cli-options": {
"browsers": {
"help": "Local browsers to run tests on, or 'all'.",
"full": "local",
"metavar": "NAME",
"abbr": "l",
"list": true
},
"seleniumArgs": {
"help": "Additional selenium server arguments. Port is auto-selected.",
"full": "selenium-arg",
"metavar": "ARG",
"list": true
},
"javaArgs": {
"help": "Add java args to selenium-java-args",
"full": "selenium-java-args",
"metavar": "ARG",
"list": true
},
"skipSeleniumInstall": {
"help": "Skip trying to install selenium.",
"full": "skip-selenium-install",
"flag": true
}
}
},
"dependencies": {
"@types/express": "^4.0.30",
"@types/freeport": "^1.0.19",
"@types/launchpad": "^0.6.0",
"@types/which": "^1.3.1",
"chalk": "^2.3.0",
"cleankill": "^2.0.0",
"freeport": "^1.0.4",
"launchpad": "git+https://github.com/web-padawan/launchpad.git#fdd994d089572e2c2152d70cc74abf497d08d5b7",
"selenium-standalone": "^6.7.0",
"which": "^1.0.8"
},
"engines": {
"node": ">=6.0"
}
}