updated sample configuration with option to run against grid
authorMarkus Glaser <mglaser@users.mediawiki.org>
Sat, 23 Oct 2010 15:54:27 +0000 (15:54 +0000)
committerMarkus Glaser <mglaser@users.mediawiki.org>
Sat, 23 Oct 2010 15:54:27 +0000 (15:54 +0000)
maintenance/tests/selenium/selenium_settings.ini.php52.sample
maintenance/tests/selenium/selenium_settings.ini.sample

index 666ba9d..53b5299 100644 (file)
@@ -15,6 +15,7 @@ testBrowser           = "firefox"
 startserver            =
 stopserver             =
 jUnitLogFile   =
+runAgainstGrid = false
 
 [testSuite]
 
index f8c1aed..c33960d 100644 (file)
@@ -19,6 +19,7 @@ testBrowser           = "firefox"
 startserver                    =
 stopserver                     =
 jUnitLogFile           =
+runAgainstGrid         = false
 
 ; To let the test runner start and stop the selenium server, it needs the full
 ; path to selenium-server.jar from the selenium-remote-control package.