Skip to content

Commit

Permalink
Eliminated irc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dannymk committed Jul 3, 2012
1 parent a9037d6 commit f4aacb9
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions selenium/README
@@ -1,9 +1,3 @@
danny_mk, yeah. the best thing you could do is make a branch for the selenium work that doesn't have any other commits in it for other stuff
scrottie git branch selenium; git checkout selenium
scrottie git cherry-pick b8596fd10da910254150db02dc7336bda5a25c89 # to bring over the one commit that you did
scrottie then to push that: git push origin selenium


Install WebGUI using to the instructions at: https://github.com/plainblack/webgui/tree/WebGUI8

Create the following settings in your test site webgui.conf file:
Expand All @@ -12,7 +6,7 @@ Create the following settings in your test site webgui.conf file:
"server" : "localhost",
"port" : "4444",
"browser" : "firefox",
"webgui_url" : "http://your_webgui_test_site_url"
"webgui_url" : "http://whatever-your-site-is.com"
},

Make sure you select all the defaults (do not change the "admin" user password)
Expand All @@ -32,8 +26,9 @@ Running the Selenium Server (run in a separate command line/window)

GOTCHAS ---
If running the selenium tests in the IDE make sure to change:
<link rel="selenium.base" href="http://webgui.dbash.com" /> TO: <link rel="selenium.base" href="http://your_webgui_test_site_url" />

<link rel="selenium.base" href="http://webgui.dbash.com" /> TO: <link rel="selenium.base" href="http://whatever-your-site-is.com" />
perl -pi -e 's/webgui.dbash.com/whatever-your-site-is.com/' *.html

Selenium server not running (this may vary according to the values in your webgui.conf file):
Error requesting http://localhost:4444/selenium-server/driver/:
500 Can't connect to localhost:4444 (Connection refused)
Expand Down

0 comments on commit f4aacb9

Please sign in to comment.