#------------------------------------------------------------------------------------------------ # Gazelle info #------------------------------------------------------------------------------------------------ base.url=${base.url} base.page.url=/home.seam gazelle.version.url=rest/version db.url=${db.url} #------------------------------------------------------------------------------------------------ # Accounts #------------------------------------------------------------------------------------------------ Account.Admin.Login=brayssac Account.Admin.Password=kereval-2016 Account.DB.Login=${db.login} Account.DB.Password=${db.login} Account.User.Login= Account.User.Password= Account.Non.Activated.Login= Account.Non.Activated.Password= Account.Monitor.Login= Account.Monitor.Password= #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} headless=${headless} test.max.trials=2 Auto.DataBase.Restore=false Debug=true webdriver.chrome.binary.location=/usr/bin/chromedriver webdriver.opera.binary.location=/usr/bin/operadriver webdriver.ie.binary.location=C:\\jenkins\\IEDriverServer.exe browser.name=${browser} #------------------------------------------------------------------------------------------------ # Loader config #------------------------------------------------------------------------------------------------ logfile.url=${logfile.directory} crowdin.default.language=en war.base.path=${war.base.path} Dummy.File.Path=${dummy.file.path} #------------------------------------------------------------------------------------------------ # 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 #------------------------------------------------------------------------------------------------ # Commands #------------------------------------------------------------------------------------------------ #Command.Database.Restore=ssh gazelle@188.165.194.55 cd unit_tests_selenium; ./restore_database.sh #Command.Jboss.Restart=ssh gazelle@188.165.194.55 cd unit_tests_selenium; ./restart_jboss.sh #------------------------------------------------------------------------------------------------ # 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 Integration.Profile=Integration profile # 2 spaces. Yep. Testing.Session.Created=TestingSession created Testing.Session.Is.Deleted={option1} is deleted !