{
  "name": "webdriverio-algolia-fork-launcher",
  "description": "A nodejs bindings implementation for selenium 2.0/webdriver",
  "version": "3.4.2",
  "homepage": "http://webdriver.io",
  "author": {
    "name": "Camilo Tapia",
    "email": "camilo.tapia@gmail.com"
  },
  "contributors": [
    {
      "name": "Dan Jenkins",
      "email": "dan.jenkins@holidayextras.com"
    },
    {
      "name": "Christian Bromann",
      "email": "mail@christian-bromann.com"
    },
    {
      "name": "Vincent Voyer",
      "email": "vincent@zeroload.net"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/webdriverio/webdriverio.git"
  },
  "bugs": {
    "url": "https://github.com/webdriverio/webdriverio/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/webdriverio/webdriverio/blob/master/LICENSE-MIT"
    }
  ],
  "main": "./index.js",
  "bin": {
    "wdio": "bin/wdio"
  },
  "engines": {
    "node": ">= 0.8.0"
  },
  "scripts": {
    "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": "istanbul cover -x \"**/helpers/_*.js\" ./test/runner.js",
    "prepublish": "npm prune"
  },
  "dependencies": {
    "archiver": "~0.14.3",
    "array.from": "^0.2.0",
    "co": "^4.5.4",
    "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",
    "is-generator": "^1.0.2",
    "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",
    "wgxpath": "~1.0.0"
  },
  "devDependencies": {
    "chai": "~2.3.0",
    "chai-as-promised": "^5.0.0",
    "coveralls": "~2.11.2",
    "es6-promise": "^2.1.1",
    "istanbul": "^0.3.13",
    "mocha": "^2.2.4",
    "nock": "~1.7.1",
    "saucelabs": "~0.1.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"
  ],
  "readme": "![WebdriverIO](http://www.christian-bromann.com/wdio.png)\nWebdriverIO\n===========\n\n[![Build Status](https://travis-ci.org/webdriverio/webdriverio.png?branch=master)](https://travis-ci.org/webdriverio/webdriverio) [![Coverage Status](https://coveralls.io/repos/webdriverio/webdriverio/badge.png?branch=master&)](https://coveralls.io/r/webdriverio/webdriverio?branch=master) [![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/webdriverio/webdriverio?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)\n<br><br>\n[![Selenium Test Status](https://saucelabs.com/browser-matrix/webdriverio.svg)](https://saucelabs.com/u/webdriverio)\n\n***\n\n#### [Homepage](http://webdriver.io) | [Developer Guide](http://webdriver.io/guide.html) | [API Reference](http://webdriver.io/api.html) | [Contribute](http://webdriver.io/contribute.html)\n\nThis library is a [webdriver](https://w3c.github.io/webdriver/webdriver-spec.html)\n(browser automation) module for Node.JS. It makes it possible to write\nsuper easy [Selenium](https://en.wikipedia.org/wiki/Selenium_(software)) tests in your favorite\nBDD/TDD test framework, that will run locally or in the cloud using Sauce Labs, BrowserStack or TestingBot.\n\nWebdriverIO is agnostic with regards to the test framework you want to use. Cucumber, Jasmine and Mocha+Chai\nare supported by the configuration wizard, and you can use other frameworks as well - for example\n[Yadda](https://github.com/webdriverio/cucumber-boilerplate).\n\n## Installation\n\n```shell\nnpm install webdriverio\n```\n\nor if you want to use the wdio test runner\n\n```shell\nnpm install -g webdriverio\n```\n\n## Getting started\n\nSimply run `wdio config` and the configuration helper wizard will get you set up:\n\n![wdio wizard](http://webdriver.io/images/config-utility.gif)\n\nWith all that done, have a look at the many [examples](examples/).\n\n## Plugins\n\n[![Grunt Integration](http://webdriver.io/images/plugins/grunt.png)](https://github.com/webdriverio/grunt-webdriver)\n[![Gulp Integration](http://webdriver.io/images/plugins/gulp.png)](https://github.com/webdriverio/gulp-webdriver)\n[![Sublime Text Plugin](http://webdriver.io/images/plugins/sublime.png)](https://packagecontrol.io/packages/WebdriverIO)\n[![Visual Regression Testing with Applitools Eyes](http://webdriver.io/images/plugins/applitools.png)](https://github.com/webdriverio/webdrivercss#applitools-eyes-support)\n[![WebRTC Analytics Plugin](http://webdriver.io/images/plugins/webrtc.png)](https://github.com/webdriverio/webdriverrtc)\n\n## Syntax example\n\n```js\nclient\n    .url('http://google.com')\n    .setValue('#q', 'webdriver')\n    .click('#btnG')\n```\n\nNotice how this is far simpler than with the original [selenium-webdriverjs](https://github.com/SeleniumHQ/selenium/wiki/WebDriverJs),\n\n```js\ndriver.get('http://www.google.com');\ndriver.findElement(webdriver.By.id('q')).sendKeys('webdriver');\ndriver.findElement(webdriver.By.id('btnG')).click();\n```\n\nand significantly simpler than with [WD.js](https://github.com/admc/wd):\n\n```js\nbrowser\n  .get(\"http://www.google.com\")\n  .elementById('q')\n  .sendKeys('webdriver')\n  .elementById('btnG')\n  .click()\n```\n\nFor more details on the comparison between WebdriverIO, selenium-webdriverjs and WD.js,\nread [this discussion](https://github.com/webdriverio/webdriverio/issues/138).\n\n## Need help?\n\nIf you have questions or any problems using WebdriverIO join the [Gitter Chat](https://gitter.im/webdriverio/webdriverio), hit us contributor on\nTwitter or just file an [issue](https://github.com/webdriverio/webdriverio/issues) on Github. We will try to get back to you as soon as possible.\n\nAlso if you miss any feature, let us know so we can make WebdriverIO even better. For news or\nannouncements check [@WebdriverIO](http://twitter.com/webdriverio) on Twitter.\n\n\n## NPM Maintainers\n\nThe [npm module](https://www.npmjs.com/package/webdriverio) for this library is maintained by:\n\n* [Camilo Tapia](http://github.com/Camme)\n* [Dan Jenkins](http://github.com/danjenkins)\n* [Christian Bromann](https://github.com/christian-bromann)\n* [Vincent Voyer](https://github.com/vvo)\n\n\n## History\n\nWebdriverIO was originated by [Camilo Tapia's](https://github.com/camme) initial\nSelenium project called WebdriverJS, which was the first webdriver project on NPM.\nIn 2014, the project was renamed WebdriverIO.\n\n\n### License\n\nMIT\n",
  "readmeFilename": "README.md",
  "_id": "webdriverio-algolia-fork-launcher@3.4.0",
  "_shasum": "4e3a256e80c4b3a3c9a29762e509c1d57bacbc50",
  "_resolved": "https://registry.npmjs.org/webdriverio/-/webdriverio-3.4.0.tgz",
  "_from": "webdriverio-algolia-fork-launcher@latest"
}
