Confirmed users
2,196
edits
Line 38: | Line 38: | ||
* '''APPIUM_PLATFORM_VERSION''' - Platform version to use with Appium. The default is '''5.1'''. | * '''APPIUM_PLATFORM_VERSION''' - Platform version to use with Appium. The default is '''5.1'''. | ||
* '''APPIUM_VERSION''' - Version of Appium to use. The default is '''1.5.3'''. | * '''APPIUM_VERSION''' - Version of Appium to use. The default is '''1.5.3'''. | ||
* '''FIREFOX_VERSION''' - Firefox version to use. The default is '''47.0'''. | |||
* '''MAC_VERSION''' - MacOS version to use. The default is '''OS X 10.11'''. | |||
* '''PIP_INDEX_URL''' - Sets the PyPI index URL. The default is empty, to use the main PyPI index. | * '''PIP_INDEX_URL''' - Sets the PyPI index URL. The default is empty, to use the main PyPI index. | ||
* '''PIP_USE_MIRRORS''' - Controls use of the PyPI mirrors. By default this is '''false''' to speed up PIP installations. | * '''PIP_USE_MIRRORS''' - Controls use of the PyPI mirrors. By default this is '''false''' to speed up PIP installations. | ||
* '''PIP_VERBOSE''' - Controls the verbosity of PIP output. By default this is '''false''' and useful to enable for debugging. | * '''PIP_VERBOSE''' - Controls the verbosity of PIP output. By default this is '''false''' and useful to enable for debugging. | ||
* '''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''' - Number of parallel py.test processes to use. The default is '''15'''. | ||
* '''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'''. | ||
* '''SAUCELABS_USERNAME''' - Username to use for [http://saucelabs.com/ Sauce Labs]. | |||
* '''SAUCELABS_USERNAME''' - | |||
* '''SELENIUM_EXCLUDE_DEBUG''' - Exclude capturing these debug types from Selenium tests. The default is '''logs'''. | * '''SELENIUM_EXCLUDE_DEBUG''' - Exclude capturing these debug types from Selenium tests. The default is '''logs'''. | ||
* '''SELENIUM_VERSION''' - Selenium version to use. The default is '''2.53.1'''. | |||
* '''TOX_TESTENV_PASSENV''' - Environment variables to pass down into Tox environments. The default is '''http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY SAUCELABS_USERNAME SAUCELABS_API_KEY'''. | * '''TOX_TESTENV_PASSENV''' - Environment variables to pass down into Tox environments. The default is '''http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY SAUCELABS_USERNAME SAUCELABS_API_KEY'''. | ||
* '''WINDOWS_VERSION''' - Windows version to use. The default is '''Windows 7'''. | |||
= Known Issues = | = Known Issues = |