@wdio/local-runner
Version:
A WebdriverIO runner to run tests locally
58 lines (57 loc) • 1.42 kB
JSON
{
"name": "@wdio/local-runner",
"version": "9.21.0",
"description": "A WebdriverIO runner to run tests locally",
"author": "Christian Bromann <mail@bromann.dev>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-local-runner",
"license": "MIT",
"engines": {
"node": ">=18.20.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/webdriverio/webdriverio.git",
"directory": "packages/wdio-local-runner"
},
"keywords": [
"webdriver",
"webdriverio",
"wdio",
"wdio-runner"
],
"bugs": {
"url": "https://github.com/webdriverio/webdriverio/issues"
},
"type": "module",
"types": "./build/index.d.ts",
"exports": {
".": {
"types": "./build/index.d.ts",
"import": "./build/index.js"
},
"./run": {
"source": "./src/run.ts",
"import": "./build/run.js"
}
},
"typeScriptVersion": "3.8.3",
"dependencies": {
"@types/node": "^20.1.0",
"@wdio/logger": "9.18.0",
"@wdio/repl": "9.16.2",
"@wdio/runner": "9.21.0",
"@wdio/types": "9.20.0",
"@wdio/xvfb": "9.20.0",
"exit-hook": "^4.0.0",
"expect-webdriverio": "^5.3.4",
"split2": "^4.1.0",
"stream-buffers": "^3.0.2"
},
"devDependencies": {
"@types/stream-buffers": "^3.0.4"
},
"publishConfig": {
"access": "public"
},
"gitHead": "cfbd795427524c3add91b2c980e6866477875332"
}