Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Update README.md #78

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Set "Use classpath of module" to maven module name (functional-tests-jcommune)
Press "Ok".

####Running with Local Selenium Server
If you'd like to use your local browser to run tests, [download selenium server](selenium-release.storage.googleapis.com/2.44/selenium-server-standalone-2.44.0.jar),
If you'd like to use your local browser to run tests, [download selenium server](http://goo.gl/PJUZfa),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't there a more direct link? It would be more useful if some file is outdated - at least people can find out what site it was placed on :)

unzip it and run as `java -jar selenium-server-standalone-2.44.0.jar`. It will start on http://localhost:4444/wd/console.
Now in IntelliJ you have to specify env vars: **Edit Configuration -> Environment Variables**:
- SELENIUM_VERSION - your browser version (e.g. 35.0.1)
Expand Down