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.
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