diff --git a/e2e-test/resources/default.properties b/e2e-test/resources/default.properties index fcaab38d2..460444321 100644 --- a/e2e-test/resources/default.properties +++ b/e2e-test/resources/default.properties @@ -5,7 +5,7 @@ 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=true +jmx.useJolokiaAgent=false # credentials admin.user=admin @@ -24,16 +24,16 @@ admin.password=admin # testManagement.apiKey= # testManagement.project= -# testManagement.includeAllTests=false #if you want to include in your run ONLY the test cases that you run, then set this value to false -# testManagement.rateLimitInSeconds=2 #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.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=false +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.includeAllTests=false +testManagement.includeOnlyTestCasesExecuted=true testManagement.rateLimitInSeconds=1 testManagement.testRun=MyTestRunInTestRail testManagement.suiteId=12