= selenium-grid

* http://github.com/pivotal/selenium-grid/

== Selenium Grid Ruby

Selenium Grid Ruby packages Selenium Grid as a RubyGem.

== About Selenium Grid

From the website (http://selenium-grid.openqa.org/):

Selenium Grid is a tool that dramatically speeds up functional testing of
web-apps by leveraging your existing computing infrastructure. It allows you
to easily run multiple tests in parallel, on multiple machines, in an
heterogeneous enviroment.

== Usage:

rake hub:start [options]
rake hub:stop
rake rc:start [options]
rake rc:stop [options]

== Installation:

* sudo gem install selenium-grid

== Thanks:

* Philippe Hanrigou (http://github.com/ph7/)
* Brian Takita (http://github.com/btakita/)