QA/Execution/Web Testing/Automation/Selenium Grid: Difference between revisions

Jump to navigation Jump to search
Line 118: Line 118:
==== Installing Firefox ====
==== Installing Firefox ====
* All new browsers should be installed with the version number in the path so that moz-grid-config can always find them!
* All new browsers should be installed with the version number in the path so that moz-grid-config can always find them!
* Download Firefox binaries from http://releases.mozilla.org/pub/mozilla.org/firefox/releases/
* Install [http://pypi.python.org/pypi/mozdownload mozdownload] and [http://pypi.python.org/pypi/mozinstall mozinstall] using pip to download and install the Firefox binaries.
** use <code>--help</code> for both mozdownload tand mozinstall to see all available options
** to download the latest release using mozdownload you can simply use: <code>mozdownload -v latest</code>
** to download the latest Firefox Nightly build using mozdownload you can use: <code>mozdownload -t daily --branch=mozilla-central</code>
** to download the latest Firefox Aurora build using mozdownload you can use: <code>mozdownload -t daily --branch=mozilla-aurora</code>
** releases are also available to download manually [http://ftp.mozilla.org/pub/mozilla.org//firefox/releases/ here]


===== Mac OS X =====
===== Mac OS X =====
# Download the appropriate DMG file
* <code>mozdownload -v 14.0.1 -d /tmp</code>
# Open the disc image (DMG) and drag Firefox to the desktop
* <code>mozinstall -d /Applications/ /tmp/firefox-14.0.1-en-US.mac.dmg</code>
# Rename Firefox to include the version number (e.g. 'Firefox 10.app')
* <code>mv /Applications/Firefox.app/ "/Applications/Firefox 14.app/"</code>
# Move the file from the desktop into the Application folder
* <code>rm /tmp/firefox-14.0.1-en-US.mac.dmg</code>


===== Windows =====
===== Windows =====
# Download the appropriate MSI file
* <code>mozdownload -v 14.0.1 -d %TMP%</code>
# Run the Firefox installer and select custom install
* <code>mozinstall -d %USERPROFILE% %TMP%/firefox-14.0.1-en-US.win32.exe</code>
# Change the default install path to include the version number (e.g. 'C:\Program Files\Mozilla Firefox 10\')
* <code>move %USERPROFILE%/firefox-14 "\Program Files\Mozilla Firefox 14"</code>
# Complete the install and uncheck 'set as default browser'
* <code>del %TMP%/firefox-14.0.1-en-US.win32.exe</code>


== Jenkins ==
== Jenkins ==
Confirmed users
2,205

edits

Navigation menu