Merge pull request #8 from stojg/master

DOC Use the latest version of selenium standalone server
This commit is contained in:
Sean Harvey 2013-10-10 13:32:51 -07:00
commit aff363242a

View File

@ -47,7 +47,7 @@ Switch to the newly created webroot, and add the SilverStripe Behat extension.
Now get the latest Selenium2 server (requires Java):
wget http://selenium.googlecode.com/files/selenium-server-standalone-2.33.0.jar
wget https://selenium.googlecode.com/files/selenium-server-standalone-2.35.0.jar
We need to generate a token so the browser and commandline calls can interact with a "shared secret":
@ -70,7 +70,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.33.0.jar
java -jar selenium-server-standalone-2.35.0.jar
### Running the Tests