Sample test.properties file - dn0000001/test-automation GitHub Wiki
Sample test.properties file:
app.environment=QA
app.environment.target=QA
# Applicaton URLs
app.url=http://www.truenorthhockey.com/
app.url.prod=http://www.truenorthhockey.com/
# JSON IP Test API URLs
#app.api.url=https://jsonip.com
#app.api.url.prod=https://jsonip.com
# Weather Test API URLs
#app.api.url=http://wsf.cdyne.com
#app.api.url.prod=http://wsf.cdyne.com
# SOAP Calculator Add Test API URLs
app.api.url=http://www.holidaywebservice.com
app.api.url.prod=http://www.holidaywebservice.com
# Non-PROD credentials
app.credentials=user1:password1, user2:password2, user3:""
# PROD credentials
app.credentials.prod=userprod1:prodpassword1, userprod2:prodpassword2, userprod3:""
# Non-PROD API credentials
app.credentials.api=apiuser1:uElZYmSqGQNkG+QMjShxiw==
# PROD API credentials
app.credentials.api.prod=apiuserprod1:ZbdO5Nq8wirJu0fqHRUm4w==
# WebDriverManager
#wdm.enabled=true
#GRID
#webdriver.remote.url=http://127.0.0.1:4444/wd/hub
#webdriver.remote.url=http://192.168.1.203:4444/wd/hub
webdriver.browser.type=FIREFOX
#webdriver.browser.type=IE
#webdriver.browser.type=CHROME
#webdriver.browser.platform=ANY
#webdriver.browser.version=
#webdriver.extra.capabilities=
webdriver.http.proxy=
webdriver.https.proxy=
#for mobile screen
#webdriver.screen.size=360x640
#for desktop screen
webdriver.screen.size=1024x768
# Full Screen
#webdriver.screen.size=
mail.proxy=
user.agent=
timeout.page=10
timeout.element=10
timeout.negative=3
report.folder=
report.show=true
report.its.pattern=https://jira.test.com/browse/%s
test.env=data/ui/sample-environment.xml:dev
test.suites=suites/FrameworkSmokeTestSuite.xml
#suites/UnversionedTests.xml
#suites/api/ApiSuite.xml
#suites/api/ApiSuite_PROD.xml
#suites/ui/UI_Suite.xml
#suites/ui/UI_Suite_PROD.xml
# No test re-tries for local debugging
test.default.retry=2
#ci.http.proxy=localhost:8888
#ci.https.proxy=localhost:8888
app.creditcard.info=1111222233334444:5:2020:111:John Smith
db.host=host
db.port=1433
db.user=dbuser
db.password=Q27p7DXgP2AzDxxBDw/E0g==
axe.on=false
axe.violations.only.log=true
axe.logging.delayed=true
#This flag should be removed once firefox version 47+ will be used and geckodriver will be fully working
#firefox.no.marionette=true
#webdriver.screenshot.view.port.only=true
#
firefox.no.marionette=false
webdriver.screenshot.view.port.only=false
firefox.bin=/usr/bin/firefox
#firefox.bin=C:\\Program Files\\Mozilla Firefox\\firefox.exe
#
#test.parallel.threads=5
# Documentation Mode Flag
documentation.mode=true
#
#browser.mob.proxy.flag=true
#browser.mob.proxy.write.file=true
# Use the CreateKeyTest generate your own key for encryption/decryption
automation.key=INSERT_YOUR_OWN_KEY_HERE