UNPKG

wdio-local-runner

Version:
38 lines (37 loc) 943 B
{ "name": "wdio-local-runner", "version": "5.0.0-alpha.7", "description": "A WebdriverIO runner to run tests locally", "author": "Christian Bromann <christian@saucelabs.com>", "homepage": "https://github.com/webdriverio/webdriverio/packages/wdio-local-runner", "license": "MIT", "main": "./build/index", "engines": { "node": ">= 4.8.5" }, "scripts": { "build": "run-s clean compile", "clean": "rm -rf ./build", "compile": "babel src/ -d build/", "test": "run-s test:*", "test:eslint": "eslint src test", "test:unit": "jest" }, "repository": { "type": "git", "url": "git://github.com/webdriverio/webdriverio.git" }, "keywords": [ "webdriver", "webdriverio", "wdio", "wdio-runner" ], "bugs": { "url": "https://github.com/webdriverio/webdriverio/issues" }, "dependencies": { "wdio-logger": "^5.0.0-alpha.7", "wdio-runner": "^5.0.0-alpha.7" } }