Skip to content

Files

Latest commit

5ab18b2 · Feb 8, 2016

History

History

selenium_grid

Notes on using the Selenium Grid Hub

The Selenium Grid Hub allows you to distribute tests to run in parallel across multiple machines. Each machine can then run its own allocation of tests in parallel. This allows you to run an entire test suite quickly, which may be important if you have a lot of tests to run. Machines can be personal computers, data centers, or virtual machines in the cloud. You can also create your own virtual machine by using a tool such as Docker (see the Docker ReadMe).

Running the Selenium Grid Hub

You may need to download selenium-server-standalone-2.50.1.jar (or the latest version) separately. That file is not present with this repository to save space. You can download that file from here:

More detailed info about connecting to the Selenium Grid Hub can be found here: