summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume (ioguix) de Rorthais2008-10-28 00:01:45 +0000
committerGuillaume (ioguix) de Rorthais2008-10-28 00:01:45 +0000
commitfd73c5f02cd6a6980feab6ea04f46ec63fca5f6a (patch)
treedd05d5b2c7e09fe707428960dfc475ba81c5e74b
parent02a256d54ddc639e07a8baf837946eaf5f30dcba (diff)
Add the README about how to use the new selenium tests architecture
-rw-r--r--tests/selenium/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/selenium/README b/tests/selenium/README
new file mode 100644
index 00000000..5539a794
--- /dev/null
+++ b/tests/selenium/README
@@ -0,0 +1,14 @@
+The tests are runned on ALL the configured servers in your ./conf/config.inc.php.
+
+To run the tests follow the following steps :
+1/ Configure your ./conf/config.inc.php with all the servers you want to run the tests on.
+2/ Create & configure your ./tests/config.test.php (See sample one in ./tests/config.inc.php-dist).
+3/ Run the ./build_tests.php script
+ This script build the TestSuite.html file and all the related html tests files in ./tests/selenium/static/.
+ It build one directory for each server configured in your conf/config.inc.php
+ and create the static selenium html test files for each of them.
+4/ open your browser and go to http://$webUrl/
+ Where $webUrl is the value setted in your ./tests/config.inc.php
+5/ click on "Selenium tests" on the PPA intro page & run the tests using the "Selenium TestRunner" buttons in the top-right frame.
+
+Enjoy the tests.