Changes

Jump to: navigation, search

QA/Execution/Web Testing/Automation/Jenkins

418 bytes added, 09:24, 6 November 2015
Global Environment Variables
* '''PYTEST_ADDOPTS''' - Add py.test options to all jobs. The default is '''-r=fsxXR --verbose --tb=short'''.
* '''PYTEST_PROCESSES_MAC''' - Number of parallel py.test processes to use on Mac nodes.
* '''PYTEST_PROCESSES_SAUCE''' - Number of parallel py.test processes to use on [http://saucelabs.com/ Sauce LabsSauceLabs] jobs.
* '''PYTEST_PROCESSES_WINDOWS''' - Number of parallel py.test processes to use on Windows nodes.
* '''PYTEST_RERUNS''' - Number of times to rerun a failed test (used by [https://pypi.python.org/pypi/pytest-rerunfailures pytest-rerunfailures]). The default is '''5'''.
* '''PYTEST_TIMEOUT''' - Timeout (in seconds) for each test (used by [https://pypi.python.org/pypi/pytest-timeout pytest-timeout]). The default is '''300''' (5 minutes).
* '''SAUCE_CAPABILITIES''' - Single capability to set for all desktop [http://saucelabs.com/ Sauce Sauc Labs] jobs.* '''SAUCE_CAPABILITIES_MOBILE''' - Single capability to set for all mobile [http://saucelabs.com/ Sauce LabsSauceLabs] jobs.* '''SAUCE_FIREFOX_VERSION_MAC''' - The default Firefox version to use for OS X [http://saucelabs.com/ Sauce LabsSauceLabs] jobs.* '''SAUCE_FIREFOX_VERSION_WINDOWS''' - The default Firefox version to use for Windows [http://saucelabs.com/ Sauce LabsSauceLabs] jobs.* '''SAUCE_MAC_VERSION''' - The default OS X version for [http://saucelabs.com/ Sauce LabsSauceLabs] jobs.* '''SAUCE_WINDOWS_VERSION''' - The default Windows version for [http://saucelabs.com/ Sauce LabsSauceLabs] jobs.* '''SAUCELABS_ANDROID_VERSION''' - The default Android version for [http://saucelabs.com/ SauceLabs] jobs.* '''SAUCELABS_APPIUM_VERSION''' - The default Appium version for [http://saucelabs.com/ SauceLabs] jobs.* '''SAUCELABS_SELENIUM_VERSION''' - The default Selenium version for [http://saucelabs.com/ SauceLabs] jobs.* '''SAUCELABS_USERNAME''' - The default username to use for [http://saucelabs.com/ SauceLabs] jobs.
* '''SELENIUM_HOST''' - The host running the remote Selenium server or hub. The default is '''selenium-hub1.qa.scl3.mozilla.com'''.
* '''WEBQA_TIMEOUT''' - Timeout (in seconds) used by WebDriver for its own operations (page loads, etc). The default is '''60'''.
Confirm
2,177
edits

Navigation menu