From e2388ee4b343ad3b95ef437edfefab9461a56ac3 Mon Sep 17 00:00:00 2001 From: daniel anggrianto Date: Fri, 28 Feb 2014 15:15:14 -0500 Subject: [PATCH] Add README entry` --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 212a0d0..e1699ac 100644 --- a/README.md +++ b/README.md @@ -10,5 +10,12 @@ These tools needs to be installed in your machine. ## How to use -- Clone this repository and do `vagrant up` from inside the repo cloned. +- Clone this repository and do `vagrant up ` from inside the repo cloned. - Run selenium test with selenium hub url as `http://192.168.1.99:4444/wd/hub` + +## Hub + node +To bring up hub + node vm `vagrant up selenium-vm` + +## Add more nodes +`vagrant up node1` up to `node3` +Add more vms to your Vagrantfile if this not sufficient.