Skip to content

danggrianto/selenium-vm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.