summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/selenium/install-readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/FunctionalTests/selenium/install-readme.txt')
-rw-r--r--tests/FunctionalTests/selenium/install-readme.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/FunctionalTests/selenium/install-readme.txt b/tests/FunctionalTests/selenium/install-readme.txt
new file mode 100644
index 00000000..0946f4c4
--- /dev/null
+++ b/tests/FunctionalTests/selenium/install-readme.txt
@@ -0,0 +1,9 @@
+Copy the "selenium" folder to a web accessible directory in the same web server as the application you want to test.
+In Apache, this would mean a subdirectory of "htdocs".
+
+Because of javascript security settings standard in most browsers, Selenium needs to be available on the same host and port as your application.
+
+Once deployed to the server, to run Selenium's self-tests, check out:
+http://<webservername>:<port>/selenium/TestRunner.html
+
+Read the website for more details. (http://selenium.thoughtworks.com) \ No newline at end of file