(bug 47950) Fix IndexPager detection of "is first" state
[mediawiki.git] / tests / selenium / installer / README.txt
blobbc880a8ba80113bb6b537e0d7c4d1f8b305c1ceb
1 == Details==
3 Automated Selenium test scripts written for MediaWiki Installer is available at https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/core.git;a=tree;f=tests/selenium/installer;hb=HEAD.
4 Detailed test cases available at http://www.mediawiki.org/wiki/New_installer/Test_plan.
6 Version : MediaWiki 1.18alpha
7 Date    : 27/12/2010
9 == Running tests ==
11 Test cases can be run independently or can run all the test cases using MediaWikiInstallerTestSuite.php within PHPUnit/Selenium.
14 == Dependencies == 
16 MediaWikiInstallationConfig.php
18 Value of the 'DB_NAME_PREFIX' should be replace with the database name prefix. Several DB instances will get created to cover different installation scenarios starting with the above prefix.
19 You need to change the value of the 'DB_NAME_PREFIX' in MediaWikiInstallationConfig everytime you planned to
20 run the tests.
21 'DIRECTORY_NAME', 'PORT' and the 'HOST_NAME' should be replaced with your local values.
22 You may specify the test browser you wish to run the test using 'TEST_BROWSER'.  Default browser is Firefox.
24 Note : MediaWikiInstallerTestSuite.php has no dependency on 'Selenium' test framework.
27 == Known problems ==
29 If you run the MediaWikiInstallerTestSuite.php twice without changing the name of the database, the second run should be falied.
30 (Please read the more information on how to change the database name which is avaialable under 'Dependencies' section)