Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 603 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 603 Bytes

selenium-vm

This repo containing Vagrantfile which has selenium-grid vm in it.

Requirements

These tools needs to be installed in your machine.

How to use

  • 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

Hub + node

To bring up hub + node vm vagrant up selenium-grid

Add more nodes

vagrant up node1 up to node3 Add more vms to your Vagrantfile if this not sufficient.