Cleanup of SimpleSeleniumTestCase. Removed unnecessary include.
[lhc/web/wiklou.git] / maintenance / tests / selenium / selenium_settings.ini.php52.sample
1 [browsers]
2
3 firefox = "*firefox"
4 iexploreproxy = "*iexploreproxy"
5 chrome = "*chrome"
6
7 [SeleniumSettings]
8
9 host = "localhost"
10 port = "4444"
11 wikiUrl = "http://localhost/mediawiki/latest_trunk/trunk/phase3"
12 username = "Wikiadmin"
13 userPassword = "Wikiadminpw"
14 testBrowser = "firefox"
15 startserver =
16 stopserver =
17 jUnitLogFile =
18
19 [testSuite]
20
21 SimpleSeleniumTestSuite = "maintenance/tests/selenium/SimpleSeleniumTestSuite.php"
22 PagedTiffHandlerSeleniumTestSuite = "extensions/PagedTiffHandler/selenium/PagedTiffHandlerTestSuite.php"