UNPKG

wdio-lambda-runner

Version:
43 lines (42 loc) 1.08 kB
{ "name": "wdio-lambda-runner", "version": "5.0.0-alpha.7", "description": "A WebdriverIO plugin that allows you to run tests on AWS", "author": "Christian Bromann <christian@saucelabs.com>", "homepage": "https://github.com/webdriverio/webdriverio/packages/wdio-lambda-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", "aws" ], "bugs": { "url": "https://github.com/webdriverio/webdriverio/issues" }, "dependencies": { "find-node-modules": "^1.0.4", "serverless": "^1.25.0", "shelljs": "^0.7.8", "tmp": "^0.0.33", "wdio-logger": "^5.0.0-alpha.7", "wdio-runner": "^5.0.0-alpha.7" } }