Skip to content
This repository has been archived by the owner on Aug 20, 2018. It is now read-only.

Quick Start

davehunt edited this page Jan 24, 2012 · 2 revisions

Get up and running with Selenium Grid by following these steps:

  1. Install the Java Runtime Environment
  2. Install Ant
  3. Install Git
  4. Clone the 'moz-grid-config' project: $ git clone [email protected]:mozilla/moz-grid-config.git
  5. In a terminal start a Selenium Grid hub from the 'moz-grid-config' directory: ant launch-hub
  6. In another terminal start a Selenium Grid node from the 'moz-grid-config' directory: ant launch-node
  7. Point a browser to http://localhost:4444/console/ to confirm you have Selenium Grid running with a single node
  8. You can now run tests against Selenium Grid by pointing them at http://localhost:4444/ and defining one of the available environments
Clone this wiki locally