Skip to content

Instantly share code, notes, and snippets.

@eliasnogueira
Last active June 19, 2022 15:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eliasnogueira/1a70f67c95bcfc00b5154cc2ef4aa914 to your computer and use it in GitHub Desktop.
Save eliasnogueira/1a70f67c95bcfc00b5154cc2ef4aa914 to your computer and use it in GitHub Desktop.
Example of the general properties file to run the Selenium tests locally or in a remote machine
# target execution: local or remote
target = local
# browser to use
browser = chrome
# run test into headless mode
headless = true
# initial URL
url.base = http://www.eliasnogueira.com/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment