diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2013-08-12 09:28:15 +0200 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2013-08-12 09:28:15 +0200 |
commit | 08aa4418c30cfc18ccc69a0f0f9cb9e17be6c196 (patch) | |
tree | 577a29fb579188d16003a209ce2a2e9c5b0aa2bd /tests/selenium/installer/README.txt | |
parent | cacc939b34e315b85e2d72997811eb6677996cc1 (diff) |
Update to MediaWiki 1.21.1
Diffstat (limited to 'tests/selenium/installer/README.txt')
-rw-r--r-- | tests/selenium/installer/README.txt | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/tests/selenium/installer/README.txt b/tests/selenium/installer/README.txt deleted file mode 100644 index bc880a8b..00000000 --- a/tests/selenium/installer/README.txt +++ /dev/null @@ -1,32 +0,0 @@ -== Details== - -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. -Detailed test cases available at http://www.mediawiki.org/wiki/New_installer/Test_plan. - -Version : MediaWiki 1.18alpha -Date : 27/12/2010 - -== Running tests == - -Test cases can be run independently or can run all the test cases using MediaWikiInstallerTestSuite.php within PHPUnit/Selenium. - - -== Dependencies == - -MediaWikiInstallationConfig.php - -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. -You need to change the value of the 'DB_NAME_PREFIX' in MediaWikiInstallationConfig everytime you planned to -run the tests. -'DIRECTORY_NAME', 'PORT' and the 'HOST_NAME' should be replaced with your local values. -You may specify the test browser you wish to run the test using 'TEST_BROWSER'. Default browser is Firefox. - -Note : MediaWikiInstallerTestSuite.php has no dependency on 'Selenium' test framework. - - -== Known problems == - -If you run the MediaWikiInstallerTestSuite.php twice without changing the name of the database, the second run should be falied. -(Please read the more information on how to change the database name which is avaialable under 'Dependencies' section) - - |