Basic properties file example
# target execution: local or grid | |
target = local | |
# initial URL | |
url.base = http://eliasnogueira.com/external/selenium-java-architecture/ | |
# global test timeout | |
timeout = 3 | |
# headless mode only for chrome or firefox and local execution | |
headless = false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment