Merge "jquery.byteLimit: Partial rewrite to fix logic errors"
[lhc/web/wiklou.git] / tests / selenium / selenium_settings.ini.sample
1 [SeleniumSettings]
2
3 ; Set up the available browsers that Selenium can control.
4 browsers[firefox] = "*firefox"
5 browsers[iexplorer] = "*iexploreproxy"
6 browsers[chrome] = "*chrome"
7
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"
12
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
23
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"
27
28 [SeleniumTests]
29
30 testSuite[SimpleSeleniumTestSuite] = "tests/selenium/suites/SimpleSeleniumTestSuite.php"
31 testSuite[WikiEditorTestSuite] = "extensions/WikiEditor/selenium/WikiEditorTestSuite.php"
32