### FITNESSE ### # Populate with location of FitNesseForAppian installation directory automated.testing.home=/Users/Downloads/repo/FitNesseForAppian #Replace this with your appian version FITNESSE_FOR_APPIAN_VERSION=v18.2 automated.testing.browser=CHROME download.directory= download.mime.types=application/xml,text/plain,text/xml,image/jpeg,image/png # When set to true, FitNesse tests will login to Tempo News, ignoring any path in the URL after /suite login.to.base.url=false ### CHROME ### # Leave blank if installed in default location of: C:/Program Files (x86)/Google/Chrome/Application/chrome.exe # For MacOS or Linux/Unix, update with location of Chrome binary chrome.browser.home= # Leave blank if using the Windows driver included in TESTING_HOME/lib/drivers/chromedriver.exe # For MacOs or Linux/Unix, update with correct driver in TESTING_HOME/lib/drivers, e.g. /TESTING_HOME/lib/drivers/chromedriver-mac # Download new or additional drivers at https://sites.google.com/a/chromium.org/chromedriver/downloads chrome.driver.home=/Users/Downloads/repo/FitNesseForAppian/lib/drivers/chromedriver-mac ### FIREFOX ### # Leave blank if installed in default location of: C:/Program Files (x86)/Mozilla Firefox/firefox.exe # For MacOS or Linux/Unix, update with location of Firefox binary firefox.browser.home= # Leave blank if using the Windows driver included in TESTING_HOME/lib/drivers/geckodriver.exe # For MacOS or Linux/Unix, update with correct driver in TESTING_HOME/lib/drivers, e.g. /TESTINGHOME/lib/drivers/geckodriver-mac # Download new or additional drivers at https://github.com/mozilla/geckodriver/releases firefox.driver.home= ### APPIAN ### #Replace the URL appian.url=https://appian-test-dev/suite/ appian.tempo.url=https://appian-test-dev/suite/tempo/ appian.sites.url=https://appian-test-dev/suite/sites/ #Replace this with your appian version appian.version=18.2 appian.locale=en_GB