How to contribute

Installation

Install selenium-configurator from source:

$ virualenv sandbox
$ git clone git@anybox/selenium-configurator.git
$ cd selenium-configurator
$ ../sandbox/bin/python setup.py develop

Running test

To run unittest you will need an internet access, firefox webdriver and a grid to run it locally:

$ nosetests -s -v selenium_configurator/tests/

Setup local webdriver

Setup grid and nodes

You can easly setup a Grid using selenium docker container.

Code style

PEP8