Confirmed users
2,196
edits
Line 38: | Line 38: | ||
* '''PYTEST_ADDOPTS''' - Add py.test options to all jobs. The default is '''-r=fsxXR --verbose --tb=short'''. | * '''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_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/ | * '''PYTEST_PROCESSES_SAUCE''' - Number of parallel py.test processes to use on [http://saucelabs.com/ SauceLabs] jobs. | ||
* '''PYTEST_PROCESSES_WINDOWS''' - Number of parallel py.test processes to use on Windows nodes. | * '''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_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). | * '''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_CAPABILITIES''' - Single capability to set for all desktop [http://saucelabs.com/ Sauc Labs] jobs. | ||
* '''SAUCE_CAPABILITIES_MOBILE''' - Single capability to set for all mobile [http://saucelabs.com/ | * '''SAUCE_CAPABILITIES_MOBILE''' - Single capability to set for all mobile [http://saucelabs.com/ SauceLabs] jobs. | ||
* '''SAUCE_FIREFOX_VERSION_MAC''' - The default Firefox version to use for OS X [http://saucelabs.com/ | * '''SAUCE_FIREFOX_VERSION_MAC''' - The default Firefox version to use for OS X [http://saucelabs.com/ SauceLabs] jobs. | ||
* '''SAUCE_FIREFOX_VERSION_WINDOWS''' - The default Firefox version to use for Windows [http://saucelabs.com/ | * '''SAUCE_FIREFOX_VERSION_WINDOWS''' - The default Firefox version to use for Windows [http://saucelabs.com/ SauceLabs] jobs. | ||
* '''SAUCE_MAC_VERSION''' - The default OS X version for [http://saucelabs.com/ | * '''SAUCE_MAC_VERSION''' - The default OS X version for [http://saucelabs.com/ SauceLabs] jobs. | ||
* '''SAUCE_WINDOWS_VERSION''' - The default Windows version for [http://saucelabs.com/ | * '''SAUCE_WINDOWS_VERSION''' - The default Windows version for [http://saucelabs.com/ SauceLabs] 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'''. | * '''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'''. | * '''WEBQA_TIMEOUT''' - Timeout (in seconds) used by WebDriver for its own operations (page loads, etc). The default is '''60'''. |