Eliminated irc comments
This commit is contained in:
parent
a9037d6a22
commit
f4aacb9098
1 changed files with 4 additions and 9 deletions
|
|
@ -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
|
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:
|
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",
|
"server" : "localhost",
|
||||||
"port" : "4444",
|
"port" : "4444",
|
||||||
"browser" : "firefox",
|
"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)
|
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 ---
|
GOTCHAS ---
|
||||||
If running the selenium tests in the IDE make sure to change:
|
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):
|
Selenium server not running (this may vary according to the values in your webgui.conf file):
|
||||||
Error requesting http://localhost:4444/selenium-server/driver/:
|
Error requesting http://localhost:4444/selenium-server/driver/:
|
||||||
500 Can't connect to localhost:4444 (Connection refused)
|
500 Can't connect to localhost:4444 (Connection refused)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue