DEPRECATED project - Check firefox-ui-tests instead
Перейти к файлу
Henrik Skupin 8cab4c137e Bump mozdownload to 1.19 (#86) 2015-10-26 15:04:03 +01:00
assets Update virtualenv and dependent python packages for latest revisions (#48) 2013-07-17 16:22:39 +02:00
linux Bump mozdownload to 1.19 (#86) 2015-10-26 15:04:03 +01:00
mac Bump mozdownload to 1.19 (#86) 2015-10-26 15:04:03 +01:00
windows Bump mozdownload to 1.19 (#86) 2015-10-26 15:04:03 +01:00
.gitignore Fixed bug 701219 - swap os.system calls for idiomatic python calls 2012-03-01 16:41:34 +02:00
README.md Update packages dependencies for Python 2.7.9, Mercurial 3.2.4, and mozdownload 1.12 (#78) 2015-01-27 11:24:01 +01:00
upload.sh Fix update.sh script for new mozqa server (#45) 2013-05-13 20:10:01 +02:00

README.md

Mozmill Environment

The Mozmill environment provides a pre-configured environment for Python with a full set of tools necessary to run Mozmill tests for Firefox.

How to build

To build the environment for a given platform change into the appropriate sub folder and execute the build command.

Software Requirements

Make sure that you have the Python header files installed. If those are not present, install those:

Ubuntu: Install the package via: apt-get install python-dev
OSX:    Install Python 2.7.9 from http://www.python.org/getit/

Windows

Due to missing automation capabilities of the installer files (at least for the Python installer), you are forced to manually setup the python installation.

Follow the steps below to glue all the pieces together:

Steps

  1. Install Python: "msiexec /i python-2.7.9.msi /passive ADDLOCAL=Extensions ALLUSERS=1"
  2. Execute the 'build.py' script with the version of Mozmill as parameter
  3. Answer the questions of the MSYS installer with 'y' and 'n'.
  4. Uninstall Python: "msiexec /x python-2.7.9.msi /passive"

Assets

We don't want to be dependent on the download of most of the external tools and the rebasing of the base address of the MSYS DLL files. So all required tools have been made available in the assets folder.

MSYS

Version: 1.0.11 URL: http://sourceforge.net/projects/mingw/files/MSYS/Base/msys-core/msys-1.0.11/MSYS-1.0.11.exe/download File: assets/msys_setup.exe Rebased DLLs: assets/msys_dll.zip

See Mozilla Build for more information: http://hg.mozilla.org/mozilla-build/file/a1bc3aa272a8/packageit-msys.sh#l66

mintty

Version: 1.0.1 URL: http://mintty.googlecode.com/files/mintty-1.0.1-msys.zip File: msys_mintty.zip