canmove, Confirmed users, Bureaucrats and Sysops emeriti
4,747
edits
| Line 30: | Line 30: | ||
==Preparing the System== | ==Preparing the System== | ||
To run Mozmill tests, the system has to be prepared to match a specific set of requirements. [https://developer.mozilla.org/en/Mozmill#The_Command_Line_Client The steps] which are necessary aren't the easiest ones and can cause trouble, especially when you are doing it for the first time. | |||
That's why the extension has to create a virtual environment, which will contain all needed applications and tools. The following steps will be necessary: | |||
* Retrieving the Python interpreter (or bundle it with the extension) | |||
* Create a virtual Python environment | |||
* Install the latest release of Mozmill | |||
* Retrieve the automation scripts | |||
Once everything has been setup, the specified test-run will be executed. | |||
==Executing Mozmill Tests== | ==Executing Mozmill Tests== | ||