UNPKG

wp-e2e-webdriver

Version:

Webdriver manager and helper for WP end-to-end tests

71 lines (70 loc) 2.32 kB
{ "name": "wp-e2e-webdriver", "version": "0.16.1", "description": "Webdriver manager and helper for WP end-to-end tests", "main": "./lib/index.js", "scripts": { "clean": "rimraf lib", "test": "cross-env BABEL_ENV=commonjs mocha --require babel-core/register test", "test:single": "cross-env BABEL_ENV=commonjs mocha --compilers js:babel-register", "cover": "cross-env BABEL_ENV=commonjs istanbul cover _mocha -- --compilers js:babel-register --recursive", "lint": "eslint src test", "build": "cross-env BABEL_ENV=commonjs babel src --out-dir lib", "docs:generate": "node_modules/.bin/jsdoc --configure .jsdoc.json --tutorials docs/tutorials --verbose", "pre-publish": "npm run clean && npm run lint && npm run test && npm run build", "preversion": "npm run clean && npm run lint && npm run test", "version": "npm run build && git add -A .", "postversion": "git push && git push --tags", "update-deps": "npm install -g rimraf && rimraf node_modules && rimraf npm-shrinkwrap.json && npm install && npm shrinkwrap --dev" }, "files": [ "lib", "src" ], "repository": { "type": "git", "url": "git+https://github.com/woocommerce/wp-e2e-webdriver.git" }, "keywords": [ "WordPress", "wp", "e2e", "selenium", "webdriver" ], "author": "WooCommerce", "license": "GPL-2.0", "bugs": { "url": "https://github.com/woocommerce/wp-e2e-webdriver/issues" }, "homepage": "https://github.com/woocommerce/wp-e2e-webdriver", "dependencies": { "chromedriver": "^80.0.0", "fs-extra": "^8.1.0", "saucelabs": "^3.0.1", "selenium-webdriver": "3.6.0", "slugs": "^0.1.3", "temp": "^0.9.1", "url-join": "^4.0.1" }, "devDependencies": { "babel": "^6.23.0", "babel-cli": "^6.26.0", "babel-eslint": "^10.0.3", "babel-plugin-add-module-exports": "^1.0.2", "babel-preset-es2015": "^6.24.1", "babel-preset-stage-2": "^6.24.1", "chai": "^4.2.0", "chai-as-promised": "^7.1.1", "cross-env": "^6.0.3", "eslint": "^6.7.2", "eslint-config-wpcalypso": "^5.0.0", "eslint-plugin-jsdoc": "^18.4.3", "eslint-plugin-wpcalypso": "^4.1.0", "istanbul": "^0.4.5", "jsdoc": "^3.6.3", "minami": "^1.2.3", "mocha": "^6.2.2", "rimraf": "^3.0.0" } }