diff --git a/e2e-test/resources/default.properties b/e2e-test/resources/default.properties index 460444321..2e4c58893 100644 --- a/e2e-test/resources/default.properties +++ b/e2e-test/resources/default.properties @@ -1,70 +1,71 @@ -# dataprep related -alfresco.scheme=http -alfresco.server=localhost -alfresco.port=8080 - -# in containers we cannot access directly JMX, so we will use http://jolokia.org agent -# disabling this we will use direct JMX calls to server -jmx.useJolokiaAgent=false - -# credentials -admin.user=admin -admin.password=admin - -# TEST MANAGEMENT SECTION - Test Rail -# -# (currently supporting Test Rail v5.2.1.3472 integration) -# -# Example of configuration: -# ------------------------------------------------------ -# if testManagement.enabled=true we enabled TestRailExecutorListener (if used in your suite xml file) -# testManagement.updateTestExecutionResultsOnly=true (this will just update the results of a test: no step will be updated - good for performance) -# testManagement.endPoint=https://alfresco.testrail.com/ -# testManagement.username= -# testManagement.apiKey= -# testManagement.project= -# testManagement.includeOnlyTestCasesExecuted=false #if you want to include in your run ONLY the test cases that you run, then set this value to false -# testManagement.rateLimitInSeconds=1 #is the default rate limit after what minimum time, should we upload the next request. http://docs.gurock.com/testrail-api2/introduction #Rate Limit -# testManagement.suiteId=23 (the id of the Master suite) -# ------------------------------------------------------ -testManagement.enabled=true -testManagement.endPoint=https://alfresco.testrail.com/ -testManagement.username=tas.alfresco@gmail.com -testManagement.apiKey=EYpY7.fV0AoMGWbmyuVC-k5u.nzwHy6a.QWzJq8.S -testManagement.project=7 -testManagement.includeOnlyTestCasesExecuted=true -testManagement.rateLimitInSeconds=1 -testManagement.testRun=MyTestRunInTestRail -testManagement.suiteId=12 - -# The location of the reports path -reports.path=./target/reports - -# -# Database Section -# You should provide here the database URL, that can be a differed server as alfresco. -# https://docs.oracle.com/javase/tutorial/jdbc/basics/connecting.html -# -# Current supported db.url: -# -# MySQL: -# db.url = jdbc:mysql://${alfresco.server}:3306/alfresco -# -# PostgreSQL: -# db.url = jdbc:postgresql://:3306/alfresco -# -# Oracle: -# db.url = jdbc:oracle://:3306/alfresco -# -# MariaDB: -# db.url = jdbc:mariadb://:3306/alfresco -# -db.url = jdbc:mysql://${alfresco.server}:3306/alfresco -db.username = alfresco -db.password = alfresco - -# Server Health section -# in ServerHealth#isServerReachable() - could also be shown. -# enable this option to view if on server there are tenants or not -serverHealth.showTenants=true +# dataprep related +alfresco.scheme=http +alfresco.server=localhost +alfresco.port=8080 + +# credentials +admin.user=admin +admin.password=admin + +# in containers we cannot access directly JMX, so we will use http://jolokia.org agent +# disabling this we will use direct JMX calls to server +jmx.useJolokiaAgent=false + +# Server Health section +# in ServerHealth#isServerReachable() - could also be shown. +# enable this option to view if on server there are tenants or not +serverHealth.showTenants=true + +# TEST MANAGEMENT SECTION - Test Rail +# +# (currently supporting Test Rail v5.2.1.3472 integration) +# +# Example of configuration: +# ------------------------------------------------------ +# if testManagement.enabled=true we enabled TestRailExecutorListener (if used in your suite xml file) +# testManagement.updateTestExecutionResultsOnly=true (this will just update the results of a test: no step will be updated - good for performance) +# testManagement.endPoint=https://alfresco.testrail.com/ +# testManagement.username= +# testManagement.apiKey= +# testManagement.project= +# testManagement.includeOnlyTestCasesExecuted=true #if you want to include in your run ONLY the test cases that you run, then set this value to false +# testManagement.rateLimitInSeconds=1 #is the default rate limit after what minimum time, should we upload the next request. http://docs.gurock.com/testrail-api2/introduction #Rate Limit +# testManagement.suiteId=23 (the id of the Master suite) +# ------------------------------------------------------ +testManagement.enabled=false +testManagement.endPoint=https://alfresco.testrail.com/ +testManagement.username=tas.alfresco@gmail.com +testManagement.apiKey=EYpY7.fV0AoMGWbmyuVC-k5u.nzwHy6a.QWzJq8.S +testManagement.project=7 +testManagement.includeOnlyTestCasesExecuted=true +testManagement.rateLimitInSeconds=1 +testManagement.testRun=MyTestRunInTestRail +testManagement.suiteId=12 + +# The location of the reports path +reports.path=./target/reports + +# +# Database Section +# You should provide here the database URL, that can be a differed server as alfresco. +# https://docs.oracle.com/javase/tutorial/jdbc/basics/connecting.html +# +# Current supported db.url: +# +# MySQL: +# db.url = jdbc:mysql://${alfresco.server}:3306/alfresco +# +# PostgreSQL: +# db.url = jdbc:postgresql://:3306/alfresco +# +# Oracle: +# db.url = jdbc:oracle://:3306/alfresco +# +# MariaDB: +# db.url = jdbc:mariadb://:3306/alfresco +# +db.url = jdbc:mysql://${alfresco.server}:3306/alfresco +db.username = alfresco +db.password = alfresco +