@wdio/lambda-runner
Version:
A WebdriverIO plugin that allows you to run tests on AWS
42 lines (41 loc) • 1.01 kB
JSON
{
"name": "@wdio/lambda-runner",
"version": "6.6.0",
"description": "A WebdriverIO plugin that allows you to run tests on AWS",
"author": "Christian Bromann <christian@saucelabs.com>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/master/packages/wdio-lambda-runner",
"license": "MIT",
"main": "./build/index",
"engines": {
"node": ">=10.0.0"
},
"repository": {
"type": "git",
"url": "git://github.com/webdriverio/webdriverio.git"
},
"keywords": [
"webdriver",
"webdriverio",
"wdio",
"wdio-runner",
"aws"
],
"bugs": {
"url": "https://github.com/webdriverio/webdriverio/issues"
},
"dependencies": {
"@wdio/logger": "6.6.0",
"@wdio/runner": "6.6.0",
"find-node-modules": "^2.0.0",
"serverless": "^2.0.0",
"shelljs": "^0.8.3",
"tmp": "^0.2.0"
},
"peerDependencies": {
"@wdio/cli": "^6.0.1"
},
"publishConfig": {
"access": "public"
},
"gitHead": "643b1f237c0c7e4eb0e28fca31d963d3b19a073c"
}