UNPKG

@testim/testim-cli

Version:

Command line interface for running Testing on you CI

102 lines (101 loc) 2.76 kB
{ "name": "webdriverio", "description": "A nodejs bindings implementation for selenium 2.0/webdriver", "version": "4.0.0", "homepage": "http://webdriver.io", "author": "Camilo Tapia <camilo.tapia@gmail.com>", "contributors": [ "Dan Jenkins <dan.jenkins@holidayextras.com>", "Christian Bromann <mail@christian-bromann.com>", "Vincent Voyer <vincent@zeroload.net>" ], "repository": { "type": "git", "url": "git://github.com/webdriverio/webdriverio.git" }, "bugs": { "url": "https://github.com/webdriverio/webdriverio/issues" }, "license": "MIT", "main": "./build/index.js", "bin": { "wdio": "bin/wdio" }, "engines": { "node": ">= 0.8.0" }, "scripts": { "build": "./node_modules/.bin/grunt build && cp package.json build/package.json", "test": "node ./test/runner.js", "test-mobile": "_APP=safari _BROWSER=safari _PLATFORMVERSION=7.1 _APPIUMVERSION=1.2 _PLATFORMNAME=iOS _DEVICENAME=iPhone_Simulator _PORT=4723 _ENV=mobile node ./test/runner.js", "test-desktop": "_ENV=desktop _BROWSER=chrome node ./test/runner.js", "test-functional": "_ENV=functional _BROWSER=phantomjs node ./test/runner.js", "test-multibrowser": "_ENV=multibrowser node ./test/runner.js", "coverage": "./node_modules/.bin/istanbul cover -x \"**/helpers/_*.js\" ./test/runner.js", "prepublish": "npm prune && npm build" }, "dependencies": { "archiver": "~0.14.3", "css-parse": "~2.0.0", "css-value": "~0.0.1", "deepmerge": "~0.2.7", "ejs": "^2.3.1", "glob": "^5.0.10", "inquirer": "^0.8.5", "optimist": "^0.6.1", "q": "~1.3.0", "request": "2.49.0", "rgb2hex": "~0.1.0", "supports-color": "^1.3.1", "url": "~0.10.3", "wdio-dot-reporter": "0.0.3", "wgxpath": "~1.0.0" }, "devDependencies": { "babel": "^5.8.23", "babel-eslint": "^4.1.1", "babel-runtime": "^5.8.25", "chai": "~2.3.0", "chai-as-promised": "^5.0.0", "coveralls": "~2.11.2", "eslint": "^1.4.1", "eslint-config-standard": "^4.3.2", "eslint-plugin-standard": "^1.3.0", "grunt": "^0.4.5", "grunt-babel": "^5.0.1", "grunt-contrib-clean": "^0.6.0", "grunt-contrib-watch": "^0.6.1", "grunt-eslint": "^17.1.0", "istanbul": "^0.3.13", "load-grunt-tasks": "^3.2.0", "mocha": "^2.2.4", "saucelabs": "^1.0.1", "should": "^6.0.1" }, "tags": [ "web", "test", "selenium", "browser", "javascript" ], "keywords": [ "webdriverio", "webdriver", "selenium", "appium", "saucelabs", "sauce", "labs", "mocha", "nodeUnit", "buster", "phantomjs", "chai", "vows", "jasmine", "assert", "cucumber", "testingbot" ] }