r68795 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r68794‎ | r68795 | r68796 >
Date:22:00, 30 June 2010
Author:papyromancer
Status:deferred
Tags:
Comment:
added in tesla examples for selenium browsers
Modified paths:
  • /branches/MwEmbedStandAlone/tests/selenium_framework/LocalSeleniumSettings.php.sample (modified) (history)

Diff [purge]

Index: branches/MwEmbedStandAlone/tests/selenium_framework/LocalSeleniumSettings.php.sample
@@ -34,9 +34,19 @@
3535 // Use the *chrome handler in order to be able to test file uploads
3636 // 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/
3737 // $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';
4151
4252 // Actually, use this browser
4353 $wgSeleniumTestsUseBrowser = 'firefox';

Status & tagging log