canmove, Confirmed users, Bureaucrats and Sysops emeriti
4,747
edits
No edit summary |
|||
| Line 36: | Line 36: | ||
# Set up the Mozmill command-line client following [https://developer.mozilla.org/en/Mozmill#The_Command_Line_Client these instructions] | # Set up the Mozmill command-line client following [https://developer.mozilla.org/en/Mozmill#The_Command_Line_Client these instructions] | ||
# Set up your Mercurial configuration using [https://developer.mozilla.org/en/Mozmill_Tests#Configuring_Mercurial these instructions] | # Set up your Mercurial configuration using [https://developer.mozilla.org/en/Mozmill_Tests#Configuring_Mercurial these instructions] | ||
# Clone the | # Clone the mozmill-automation repository: 'hg clone http://hg.mozilla.org/qa/mozmill-automation' | ||
# Run the start-l10n script from your MozillaBuild folder | # Run the start-l10n script from your MozillaBuild folder | ||
# cd to the folder where mozmill- | # cd to the folder where mozmill-automation was cloned | ||
# Run the tests using the following syntax: | # Run the tests using the following syntax: | ||
<pre> | <pre> | ||
./testrun_functional.py | |||
--logfile=testrun.log | --logfile=testrun.log | ||
--report=http://mozmill-crowd.blargon7.com/db/ | --report=http://mozmill-crowd.blargon7.com/db/ | ||
%path_to_Firefox_build% | |||
</pre> | </pre> | ||
Once the tests complete (~15 minutes) your results will appear on the [http://mozmill-crowd.blargon7.com/#/functional/reports mozmill-crowd dashboard]. | Once the tests complete (~15 minutes) your results will appear on the [http://mozmill-crowd.blargon7.com/#/functional/reports mozmill-crowd dashboard]. | ||