updated sample configuration with option to run against grid
[mediawiki.git] / maintenance / tests / selenium / selenium_settings.ini.php52.sample
blob53b5299322565fc985c25e7c3304a8d1001654bb
1 [browsers]
3 firefox                 = "*firefox"
4 iexploreproxy   = "*iexploreproxy"
5 chrome                  = "*chrome"
7 [SeleniumSettings]
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 runAgainstGrid  = false
20 [testSuite]
22 SimpleSeleniumTestSuite = "maintenance/tests/selenium/SimpleSeleniumTestSuite.php"
23 PagedTiffHandlerSeleniumTestSuite = "extensions/PagedTiffHandler/selenium/PagedTiffHandlerTestSuite.php"