* Remove $wg*Selenium* globals as they are only used for testing.
authorMark A. Hershberger <mah@users.mediawiki.org>
Sat, 4 Sep 2010 00:58:57 +0000 (00:58 +0000)
committerMark A. Hershberger <mah@users.mediawiki.org>
Sat, 4 Sep 2010 00:58:57 +0000 (00:58 +0000)
commit495f6344becb97c5b5c754acc347048903ce2b15
tree8203ddf532f2c779fcc9d5abf9d65f400cd46180
parentc5caf7d35eca6348d5b2a8f9bcdcf671a59a33a4
* Remove $wg*Selenium* globals as they are only used for testing.
* mglaser said the SpecialSelenium page wasn't needed so I'm removing it – I suggest its functionality be put in an extension if needed.
* Add verbose option (requires patch to Testing_Selenium) to RunSeleniumTests.
* TODO: add .ini file to hold local configuration
* TODO: add ability to sniff available browsers from Grid server instead of hard-coding.
includes/DefaultSettings.php
includes/SpecialPage.php
includes/specials/SpecialSelenium.php [deleted file]
maintenance/tests/RunSeleniumTests.php
maintenance/tests/selenium/Selenium.php