Giter Site home page Giter Site logo

kevinmcdonnell / wdio-selenium-standalone-service Goto Github PK

View Code? Open in Web Editor NEW

This project forked from webdriverio-boneyard/wdio-selenium-standalone-service

0.0 2.0 0.0 27 KB

WebdriverIO service to start & stop Selenium Standalone http://webdriver.io

License: MIT License

JavaScript 100.00%

wdio-selenium-standalone-service's Introduction

WDIO Selenium Standalone Service Code Climate Build Status

Handling the Selenium server is out of scope of the actual WebdriverIO project. This service helps you to run Selenium seamlessly when running tests with the WDIO testrunner. It uses the well know selenium-standalone NPM package that automatically setups the standalone server and all required driver for you.

Installation

The easiest way is to keep wdio-selenium-standalone-service as a devDependency in your package.json.

{
  "devDependencies": {
    "wdio-selenium-standalone-service": "~0.1"
  }
}

You can simple do it by:

npm install wdio-selenium-standalone-service --save-dev

Instructions on how to install WebdriverIO can be found here.

Configuration

By default, Google Chrome, Firefox and PhantomJS are available when installed on the host system. In order to use the service you need to add selenium-standalone to your service array:

// wdio.conf.js
export.config = {
  // ...
  services: ['selenium-standalone'],
  // ...
};

Options

seleniumLogs

Path where all logs from the Selenium server should be stored.

Type: String

seleniumArgs

Map of arguments for the Selenium server, passed directly to Selenium.start().

Type: Object

Default: {}

seleniumInstallArgs

Map of arguments for the Selenium server, passed directly to Selenium.install().

Type: Object

Default: {}


For more information on WebdriverIO see the homepage.

wdio-selenium-standalone-service's People

Contributors

andriilazebnyi avatar axelhildingson avatar christian-bromann avatar gauravrajput44 avatar georgecrawford avatar just-boris avatar klamping avatar monolithed avatar zinserjan avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.