Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 672 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 672 Bytes

vagrant-selenium

Puppet POC with Selenium Grid and Node

What you get

  • 3 VM's using Centos 7.x with the Virtualbox guest utils installed and Puppet.
  • A Selenium Grid node
  • A couple of slaves automatically connecting to the Grid
  • The nodes will have Firefox and xvfb running in order to test
  • A small java test app is present with source code available to play with. It will take a screenshot of a google lookup of Inuits.

How to update - (Note: execute this the first time as well)

  1. git pull --rebase; git submodule sync; git submodule update --init --recursive;

  2. vagrant up;

  3. Open your browser and point to http://192.168.33.21:4444/grid/console