Example of the general properties file to run the Selenium tests locally or in a remote machine
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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