diff --git a/selenium/README b/selenium/README index 2ba5b173f..d64749780 100644 --- a/selenium/README +++ b/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: @@ -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) @@ -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: - TO: - + TO: + 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)