Sydpolk

Joined 19 June 2014
m
 
Line 6: Line 6:
* mozmill-ci:jenkins-master/jobs/scripts/workspace/runtest.py
* mozmill-ci:jenkins-master/jobs/scripts/workspace/runtest.py
** Adds/verifies command-line arguments that are specific to functional vs. update tests.
** Adds/verifies command-line arguments that are specific to functional vs. update tests.
* mozilla-central:testing/mozharness/scripts/firefox_ui_tests/functional.py
* mozilla-central:testing/mozharness/scripts/firefox_ui_tests/functional.py
** listed in mozmill-ci:jenkins-master/jobs/scripts/workspace/config.py
** listed in mozmill-ci:jenkins-master/jobs/scripts/workspace/config.py
** mozharness config file is mozilla-central:testing/mozharness/configs/firefox_ui_tests/qa_jenkins.py
** mozharness config file is mozilla-central:testing/mozharness/configs/firefox_ui_tests/qa_jenkins.py
** Appends elements to the path. Thin shim for firefox_ui_tests.py.
** Appends elements to the path. Thin shim for firefox_ui_tests.py.
* mozilla-central:testing/mozharness/mozharness/mozilla/testing/firefox_ui_tests.py
* mozilla-central:testing/mozharness/mozharness/mozilla/testing/firefox_ui_tests.py
** This is the real mozharness script. Sets up the actions to be performed.
** This is the real mozharness script. Sets up the actions to be performed.
*** clobber
*** clobber
*** download-and-extract
*** checkout
*** checkout
*** create-virtualenv
*** create-virtualenv
*** query_minidump_stackwalk
*** install
*** run-tests
*** run-tests
*** Logging
*** uninstall
 
* venv:firefox_ui_harness.py
* venv:firefox_ui_harness.py
** Exe wrapper for firefox-ui-tests:firefox_ui_harness/runtest.py
** Exe wrapper for firefox-ui-tests:firefox_ui_harness/runtest.py
** This is the real interface into the firefox-ui-tests.
** This is the real interface into the firefox-ui-tests.
* firefox-ui-tests:firefox_ui_harness/runtest.py
* firefox-ui-tests:firefox_ui_harness/runtest.py
** Installs firefox before tests are run (as part of processing args).
** Installs firefox before tests are run (as part of processing args).
** Uninstalls firefox after tests are done.
** Uninstalls firefox after tests are done.
** https://bugzilla.mozilla.org/show_bug.cgi?id=1227571 and https://github.com/mozilla/firefox-ui-tests/pull/291 will make most of this file go away. Open question about the remaining method.
** https://bugzilla.mozilla.org/show_bug.cgi?id=1227571 and https://github.com/mozilla/firefox-ui-tests/pull/291 will make most of this file go away. Open question about the remaining method.
* firefox-uitests:firefox-ui-tests/arguments/base.py
* firefox-uitests:firefox-ui-tests/arguments/base.py
** The real test runner.
** The real test runner.
Confirmed users
79

edits