diff options
author | wei <> | 2006-05-31 04:37:17 +0000 |
---|---|---|
committer | wei <> | 2006-05-31 04:37:17 +0000 |
commit | 1fcb71a6a18e332eb6410b85aa8b812795087c08 (patch) | |
tree | 77091f2a174a2306913eb9d9e06a15dde9fdfd8f /tests/FunctionalTests/selenium/readme-selenium-rpcrunner.txt | |
parent | 3ac04dd9cbb3c14fb2522793b2268b910837d8c4 (diff) |
Remove old selenium.
Diffstat (limited to 'tests/FunctionalTests/selenium/readme-selenium-rpcrunner.txt')
-rw-r--r-- | tests/FunctionalTests/selenium/readme-selenium-rpcrunner.txt | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/tests/FunctionalTests/selenium/readme-selenium-rpcrunner.txt b/tests/FunctionalTests/selenium/readme-selenium-rpcrunner.txt deleted file mode 100644 index cc4e9205..00000000 --- a/tests/FunctionalTests/selenium/readme-selenium-rpcrunner.txt +++ /dev/null @@ -1,17 +0,0 @@ -Selenium RPC runner currently consists of and XML-RPC binding between the browser -and external processes. There is currently only support for Java. - -To run the tests - just cd to the java folder and execute - -ant -Dbrowser=firefox - -This will Run the Java Selenium RPC runner unit-and integration tests. -The integration test will launch a browser that loads a JsUnit -test suite, which will run the Selenium browser part of the unit tests -and integration test. - -Prereqs: -o JDK 1.4 installed -o Ant 1.6.1 or later installed -o Xalan and JUnit in $ANT_HOME/lib - |