~ubuntu-branches/ubuntu/trusty/mediawiki/trusty-proposed

« back to all changes in this revision

Viewing changes to tests/selenium/selenium_settings_grid.ini.sample

  • Committer: Package Import Robot
  • Author(s): Thorsten Glaser
  • Date: 2014-03-28 09:56:29 UTC
  • mfrom: (1.3.14)
  • Revision ID: package-import@ubuntu.com-20140328095629-1526y9tchdd507id
Tags: 1:1.19.14+dfsg-1
* New upstream security fix release (Closes: #742857):
  - (bug 62497) SECURITY: Add CSRF token on Special:ChangePassword
  - (bug 62467) Set a title for the context during import on the cli
* Use upstream-provided signing key bundle

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[SeleniumSettings]
 
2
 
 
3
host                    = "grid.tesla.usability.wikimedia.org"
 
4
port                    = "4444"
 
5
wikiUrl                 = "http://208.80.152.253:5001"
 
6
username                = "wikiuser"
 
7
userPassword    = "wikipass"
 
8
testBrowser             = "Safari on OS X Snow Leopard"
 
9
jUnitLogFile    =
 
10
runAgainstGrid  = true
 
11
startserver = false
 
12
stopserver = false
 
13
 
 
14
[SeleniumTests]
 
15
 
 
16
testSuite[SimpleSeleniumTestSuite]      = "tests/selenium/suites/SimpleSeleniumTestSuite.php"