From 5ebf72f41204487315a81decbf92b3f1ba197321 Mon Sep 17 00:00:00 2001 From: Daniel Maldonado Date: Tue, 3 Jul 2012 18:03:18 -0400 Subject: [PATCH] Make sure users know how to run the tests --- selenium/README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/selenium/README b/selenium/README index d64749780..7161a30c6 100644 --- a/selenium/README +++ b/selenium/README @@ -23,6 +23,10 @@ Running the Selenium Server (run in a separate command line/window) The Selenium software automatically closes the browser when the tests are concluded. If you are writing/troubleshooting tests and need the browser to remain open use: java -jar selenium-server-standalone-2.24.1.jar -browserSessionReuse + +Running the WebGUI tests + cd /data/WebGUI/selenium + perl test.pl GOTCHAS --- If running the selenium tests in the IDE make sure to change: