diff --git a/docs/dev/03_run_tests.rst b/docs/dev/03_run_tests.rst index 4a265e041f1c877af72ee79c7f48a2f15a586008..8b2f110ccd826554785d1415902cebad49d17813 100644 --- a/docs/dev/03_run_tests.rst +++ b/docs/dev/03_run_tests.rst @@ -20,8 +20,11 @@ setting certain environment variables: | Variable | Meaning | Example | +========================+======================================================+==============================+ | TEST_SELENIUM_BROWSERS | List of webdrivers to test against, comma-separated. | chrome,firefox | ++------------------------+------------------------------------------------------+------------------------------+ | TEST_SELENIUM_HUB | Address of Selenium hub if using remote grid | http://127.0.0.1:4444/wd/hub | ++------------------------+------------------------------------------------------+------------------------------+ | TEST_HOST | Hostname reachable from Selenium for live server | 172.17.0.1 | ++------------------------+------------------------------------------------------+------------------------------+ | TEST_SCREENSHOT_PATH | Path to directory to create screenshots in | ./screenshots | +------------------------+------------------------------------------------------+------------------------------+