Index: branches/MwEmbedStandAlone/tests/selenium_framework/LocalSeleniumSettings.php.sample |
— | — | @@ -34,9 +34,19 @@ |
35 | 35 | // Use the *chrome handler in order to be able to test file uploads |
36 | 36 | // further solution suggestions: http://www.brokenbuild.com/blog/2007/06/07/testing-file-uploads-with-selenium-rc-and-firefoxor-reducing-javascript-security-in-firefox-for-fun-and-profit/ |
37 | 37 | // $wgSeleniumTestsBrowsers['firefox'] = '*firefox c:\\Program Files (x86)\\Mozilla Firefox\\firefox.exe'; |
38 | | -$wgSeleniumTestsBrowsers['firefox'] = 'Firefox on OS X Snow Leopard'; |
39 | | -$wgSeleniumTestsBrowsers['iexplorer'] = '*iexploreproxy'; |
40 | | -$wgSeleniumTestsBrowsers['opera'] = '*chrome /usr/bin/opera'; |
| 38 | +$wgSeleniumTestsBrowsers['osx-firefox'] = 'Firefox on OS X Snow Leopard'; |
| 39 | +$wgSeleniumTestsBrowsers['win-opera'] = 'Opera on Windows'; |
| 40 | +$wgSeleniumTestsBrowsers['win-chrome'] = 'Google Chrome on Windows'; |
| 41 | +$wgSeleniumTestsBrowsers['osx-safari'] = 'Safari on OS X Snow Leopard'; |
| 42 | +$wgSeleniumTestsBrowsers['win-ff35'] = 'Firefox 3.5 on Windows'; |
| 43 | +$wgSeleniumTestsBrowsers['osx-opera'] = 'Opera on OS X Snow Leopard'; |
| 44 | +$wgSeleniumTestsBrowsers['osx-chrome'] = 'Google Chrome on OS X Snow Leopard'; |
| 45 | +$wgSeleniumTestsBrowsers['lin-ff35'] = 'Firefox 3.5 on Linux'; |
| 46 | +$wgSeleniumTestsBrowsers['lin-ff36'] = 'Firefox 3.6 on Linux'; |
| 47 | +$wgSeleniumTestsBrowsers['win-safari'] = 'Safari on Windows'; |
| 48 | +$wgSeleniumTestsBrowsers['lin-ff3'] = 'Firefox 3 on Linux'; |
| 49 | +$wgSeleniumTestsBrowsers['win-ie8'] = 'IE 8 on Windows'; |
| 50 | +$wgSeleniumTestsBrowsers['win-ie'] = 'IE on Windows'; |
41 | 51 | |
42 | 52 | // Actually, use this browser |
43 | 53 | $wgSeleniumTestsUseBrowser = 'firefox'; |