Skip to content

Files

Latest commit

ddf504d · Jul 25, 2018

History

History

selenium_grid

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jul 25, 2018
Jul 25, 2018
Jul 25, 2018
Feb 17, 2016
Jul 25, 2018
Jul 25, 2018
Jul 25, 2018
Jul 25, 2018
Jul 25, 2018
Jul 25, 2018
Jul 25, 2018
Jul 25, 2018

ReadMe.md

The Selenium Grid Hub

The Selenium Grid Hub lets you distribute tests to run in parallel across multiple node machines. Each node machine can then run its own allocation of tests. This allows you to run a large suite of tests very quickly.

Running the Selenium Grid Hub

The following commands will work once you've installed seleniumbase, which comes with the seleniumbase console scripts interface.

Grid Hub server controls:

seleniumbase grid-hub {start|stop|restart} [OPTIONS]

Options:

  • -v, --verbose (Increases verbosity of logging output.)

Grid node server controlls:

seleniumbase grid-node {start|stop|restart} --hub=[HUB_IP] [OPTIONS]

Options:

  • -v, --verbose (Increases verbosity of logging output.)
  • --hub=[HUB_IP] (Specifies the Grid Hub to connect to. Default: "127.0.0.1".)

When the Grid Hub Console is up and running, you'll be able to find it here: http://127.0.0.1:4444/grid/console

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