Make sure users know how to run the tests
This commit is contained in:
parent
560e7228fc
commit
5ebf72f412
1 changed files with 4 additions and 0 deletions
|
|
@ -24,6 +24,10 @@ Running the Selenium Server (run in a separate command line/window)
|
||||||
and need the browser to remain open use:
|
and need the browser to remain open use:
|
||||||
java -jar selenium-server-standalone-2.24.1.jar -browserSessionReuse
|
java -jar selenium-server-standalone-2.24.1.jar -browserSessionReuse
|
||||||
|
|
||||||
|
Running the WebGUI tests
|
||||||
|
cd /data/WebGUI/selenium
|
||||||
|
perl test.pl
|
||||||
|
|
||||||
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://whatever-your-site-is.com" />
|
<link rel="selenium.base" href="http://webgui.dbash.com" /> TO: <link rel="selenium.base" href="http://whatever-your-site-is.com" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue