mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
* ACS-727 - initial commit - add separate profiles for each binding - add travis jobs [tas] * mark atom / ws unsupported tests * some formatting to trigger [tas] tests * exclude tests due to raised bug [tas] * fix a few rest-api [tas] tests according with some recent changes from tas-utility * disable some unsupported [tas] cmis webservices tests and adapt a few others * - use TestGroup instead of hardcoded values - exclude renditions tests * trigger [tas] tests * - disable tests due to raised bugs - fix some incorrect tests - add ability to exclude tests separately on each binding [tas] * [tas] * - disable some more [tas] tests due to raised bug * - fix a few [tas] cmis tests and disable other not supported on ws * a bit of cleanup * trigger [tas] tests
85 lines
2.8 KiB
Properties
85 lines
2.8 KiB
Properties
# dataprep related
|
|
alfresco.scheme=http
|
|
alfresco.server=localhost
|
|
alfresco.port=8082
|
|
|
|
# credentials
|
|
admin.user=admin
|
|
admin.password=admin
|
|
|
|
solrWaitTimeInSeconds=30
|
|
|
|
# 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
|
|
|
|
## BROWSER binding
|
|
cmis.binding=browser
|
|
cmis.basePath=/alfresco/api/-default-/public/cmis/versions/1.1/browser
|
|
|
|
# ATOM binding
|
|
#cmis.binding=atom
|
|
#cmis.basePath=/alfresco/api/-default-/public/cmis/versions/1.1/atom
|
|
|
|
# WEBSERVICES binding
|
|
#cmis.binding=webservices
|
|
#cmis.basePath=/alfresco/cmisws/cmis?wsdl
|
|
|
|
# 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=<username>
|
|
# testManagement.apiKey=<api-key>
|
|
# testManagement.project=<id-of-your-project
|
|
# testManagement.testRun=<test-run-name>
|
|
# 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=
|
|
testManagement.username=
|
|
testManagement.apiKey=
|
|
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://<your-DB-IP>:3306/alfresco
|
|
#
|
|
# Oracle:
|
|
# db.url = jdbc:oracle://<your-DB-IP>:3306/alfresco
|
|
#
|
|
# MariaDB:
|
|
# db.url = jdbc:mariadb://<your-DB-IP>:3306/alfresco
|
|
#
|
|
db.url = jdbc:mysql://${alfresco.server}:3306/alfresco
|
|
db.username = alfresco
|
|
db.password = alfresco
|