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"
15 wikiUrl = "http://localhost/deployment"
17 userPassword = "wikipass"
18 testBrowser = "firefox"
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"
30 testSuite[SimpleSeleniumTestSuite] = "tests/selenium/suites/SimpleSeleniumTestSuite.php"
31 testSuite[WikiEditorTestSuite] = "extensions/WikiEditor/selenium/WikiEditorTestSuite.php"