#------------------------------------------------------------------------------------------------ # Gazelle info #------------------------------------------------------------------------------------------------ base.url=${base.url} base.page.url=/home.seam gazelle.version.url=rest/version #------------------------------------------------------------------------------------------------ # Accounts #------------------------------------------------------------------------------------------------ Account.Admin.Login=gthomazon Account.Admin.Password=azerty Account.User.Login=ideveseleer Account.User.Password=azerty Account.Vendor.User.Login=vendor_user Account.Vendor.User.Password=azerty Account.Vendor.Admin.Login=VA_user Account.Vendor.Admin.Password=azerty Account.Non.Activated.Login=NA_user Account.Non.Activated.Password=azerty Account.Monitor.Login=monitor_user Account.Monitor.Password=azerty #Account define in Application Preferences, which is deplayed in some messages Test.Admin=Test Admin #------------------------------------------------------------------------------------------------ # Options # # browser.name : params get from pom.xml which is define in a profile # used in 'maven -P PROFILE clean package' # Allow to choose which browser will be execute to run tests #------------------------------------------------------------------------------------------------ run.span.check=${run.span.check} session.base.name=Monkey Testing headless=${headless} test.max.trials=5 Auto.DataBase.Restore=false Debug=true webdriver.remote=${remote} webdriver.chrome.binary.location=/usr/bin/chromedriver webdriver.ie.binary.location=IEDriverServer.exe #------------------------------------------------------------------------------------------------ # Loader config #------------------------------------------------------------------------------------------------ logfile.url=${logfile.directory} crowdin.default.language=en war.base.path=${war.base.path} download.directory=${download.directory} #------------------------------------------------------------------------------------------------ # Misc #------------------------------------------------------------------------------------------------ firefox.download.directory=${firefox.download.directory} Misc.Button.Attempt=10 #------------------------------------------------------------------------------------------------ # Debug #------------------------------------------------------------------------------------------------ login.attempts.max=10 language.change.attempt.max=10 max.attempt.language.fetch=10 #------------------------------------------------------------------------------------------------ # Crowdin not found #------------------------------------------------------------------------------------------------ LoginProfile.was.not.updated.unable.to.get.session.name=LoginProfile was not updated, unable to get session's name Remove.All=Remove all Monitor.Role=monitor_role Vendor.Role=vendor_role User.Role=user_role Vendor.Admin.Role=vendor_admin_role Password.Updated=Password updated # 2 spaces. Yep. Testing.Session.Created=TestingSession created Testing.Session.Is.Deleted={option1} is deleted !