From 3075e650992cf83639e96c2b00d76f664b759c72 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Fri, 31 Jan 2014 12:02:06 +1300 Subject: [PATCH] Updated selenium dependency instructions --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bd854e4..2a7027a 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,9 @@ Switch to the newly created webroot, and add the SilverStripe Behat extension. Now get the latest Selenium2 server (requires Java): - wget https://selenium.googlecode.com/files/selenium-server-standalone-2.35.0.jar + wget https://selenium.googlecode.com/files/selenium-server-standalone-2.39.0.jar + +If you're on OSX, you can also use [Homebrew](http://brew.sh/): `brew install selenium-server` We need to generate a token so the browser and commandline calls can interact with a "shared secret": @@ -70,7 +72,7 @@ in your project root, or set is as an environment variable in your terminal sess You can run the server locally in a separate Terminal session: - java -jar selenium-server-standalone-2.35.0.jar + java -jar selenium-server-standalone-2.39.0.jar ### Running the Tests