summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJehan-Guillaume (ioguix) de Rorthais2012-09-24 08:00:17 +0000
committerJehan-Guillaume (ioguix) de Rorthais2012-09-24 08:00:17 +0000
commitd5a3b89f0f1dda9dd10fcdafc6880d7a47120071 (patch)
treef48c8240a0fcb36b62b931598398ea976583e8ae
parent17981197b36999eaf93fb67c4eb5fc600fb41448 (diff)
Add global config pre-requist for selenium tests in tests/selenium/README
-rw-r--r--tests/selenium/README7
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/selenium/README b/tests/selenium/README
index a01d5d46..87a0dc67 100644
--- a/tests/selenium/README
+++ b/tests/selenium/README
@@ -1,10 +1,11 @@
HowTo run the tests
~~~~~~~~~~~~~~~~~~~
-1. Create & configure your ./tests/selenium/config.test.php (See sample one in ./tests/selenium/config.inc.php-dist).
-2. Open your browser and go to http://$webUrl/
+1. Create & configure your ./tests/selenium/config.test.php (See sample one in ./tests/selenium/config.inc.php-dist)
+2. Make sure "$conf['show_system']" is set to "true" in your "./conf/config.inc.php"
+3. Open your browser and go to http://$webUrl/
Where $webUrl is the value set in your ./tests/selenium/config.inc.php
-3. Click on "Selenium tests" on the PPA intro page & run the tests using the "Selenium TestRunner" buttons in the top-right frame.
+4. 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.