allow bold in TOC lines
[mediawiki.git] / tests / selenium / selenium_settings.ini.sample
blobb1d88193ba199e18f96588002605d3d46ed3b68b
1 [SeleniumSettings]
3 ; Set up the available browsers that Selenium can control.
4 browsers[firefox]       = "*firefox"
5 browsers[iexplorer] = "*iexploreproxy"
6 browsers[chrome]        = "*chrome"
8 ; The simple configurations above usually work on Linux, but Windows and
9 ; Mac OS X hosts may need to specify a full path:
10 ;browsers[firefox] = "*firefox /Applications/Firefox.app/Contents/MacOS/firefox-bin"
11 ;browsers[firefox] = "*firefox C:\Program Files\Mozilla Firefox\firefox.exe"
13 host                            = "localhost"
14 port                            = "4444"
15 wikiUrl                         = "http://localhost/deployment"
16 username                        = "wikiuser"
17 userPassword            = "wikipass"
18 testBrowser             = "firefox"
19 startserver                     =
20 stopserver                      =
21 jUnitLogFile            =
22 runAgainstGrid          = false
24 ; To let the test runner start and stop the selenium server, it needs the full
25 ; path to selenium-server.jar from the selenium-remote-control package.
26 seleniumserverexecpath = "/opt/local/selenium-remote-control-1.0.3/selenium-server-1.0.3/selenium-server.jar"
28 [SeleniumTests]
30 testSuite[SimpleSeleniumTestSuite] = "tests/selenium/suites/SimpleSeleniumTestSuite.php"
31 testSuite[WikiEditorTestSuite] = "extensions/WikiEditor/selenium/WikiEditorTestSuite.php"