Skip to content

Instantly share code, notes, and snippets.

@eliasnogueira
Created December 20, 2020 16:15
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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