From: Jehan-Guillaume (ioguix) de Rorthais Date: Mon, 24 Sep 2012 08:00:17 +0000 (+0200) Subject: Add global config pre-requist for selenium tests in tests/selenium/README X-Git-Tag: REL_5-1-0~28 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=d5a3b89f0f1dda9dd10fcdafc6880d7a47120071;p=phppgadmin.git Add global config pre-requist for selenium tests in tests/selenium/README --- 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.