From d5a3b89f0f1dda9dd10fcdafc6880d7a47120071 Mon Sep 17 00:00:00 2001 From: "Jehan-Guillaume (ioguix) de Rorthais" Date: Mon, 24 Sep 2012 10:00:17 +0200 Subject: [PATCH] Add global config pre-requist for selenium tests in tests/selenium/README --- tests/selenium/README | 7 ++++--- 1 file 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. -- 2.39.5