This repo containing Vagrantfile
which has selenium-grid
vm in it.
These tools needs to be installed in your machine.
- Clone this repository and do
vagrant up <vm-name>
from inside the repo cloned. - Run selenium test with selenium hub url as
http://192.168.10.10:4444/wd/hub
To bring up hub + node vm vagrant up selenium-grid
vagrant up node1
up to node3
Add more vms to your Vagrantfile if this not sufficient.