...
Table of Content Zone | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
http.proxy.deployment.path.includesThis option defines paths allowed for HTTP proxy deployment by specifying a path prefix. Multiple paths can be specified as a comma-separated list. This ensures that only paths starting with the given segment are permitted, helping teams manage their service deployment routes and avoid conflicts by clearly identifying valid paths for each team. Proxy deployments configured with HTTP listeners are not affected. The check is based on whether the path starts with the specified path segment. For example, if the includes property is set to http.proxy.deployment.path.excludesThis option defines paths for HTTP proxy deployment that should be explicitly blocked by specifying exact matches. Multiple paths can be specified as a comma-separated list. This helps teams prevent certain paths from being used for their service deployments, ensuring that conflicting or unauthorized routes are excluded. Proxy deployments configured with HTTP listeners are not affected. The path check is exact, so the specified path must match exactly. For example, if the excludes property is set to virtual.asset.deployment.path.includesThis option defines paths allowed for virtual asset deployment by specifying a path prefix. Multiple paths can be specified as a comma-separated list. This ensures that only paths starting with the given segment are permitted, helping teams manage their service deployment routes and avoid conflicts by clearly identifying valid paths for each team. The check is based on whether the path starts with the specified path segment. For example, if the includes property is set to virtual.asset.deployment.path.excludesThis option defines paths for virtual asset deployment that should be explicitly blocked by specifying exact matches. Multiple paths can be specified as a comma-separated list. This helps teams prevent certain paths from being used for their service deployments, ensuring that conflicting or unauthorized routes are excluded. The path check is exact, so the specified path must match exactly. For example, if the excludes property is set to virtual.asset.deployment.path.enforce.unique.basepathsThis option specifies whether virtual assets are required to be deployed on unique base paths. When set to Examples The following scenarios illustrate how this option works when enabled: Scenario 1: Deployment Conflict with an Exact Path If the property is set to Scenario 2: Deployment Conflict with an Ancestor Path If the property is set to Scenario 3: Deployment Conflict with a Descendant Path If the property is set to
|
Report Settings
Table of Content Zone | ||||||
---|---|---|---|---|---|---|
| ||||||
session.tagThis setting specifies a tag for signing results from the test session. The tag can be a string, one or more variables, or a combination. Reports for different test sessions should be marked with different session tags so that similar runs can be distinguished from each other. The default is Example Usage You can use the session tag to represent a specific analysis type made on a specific code branch in a specific test environment. The following configuration could identify functional tests on the main branch for different operating systems:
build.idThis setting specifies a build identifier used to label results. It may be unique for each build, but it may also label more than one test session executed during a specified build. The default is Example Usage The default build ID includes the name of the project in DTP and the date of the build. For example, for the ATM project, the build ID included in the report may resemble the following: ATM-2017-07-07. The following configuration specifies the custom build ID that consists of the name of the project and the build number passed via the environmental variable
For the ABC project and the build number 114 on a CI server, this may resolve to report.formatThis setting specifies the report format. Use a comma separated list of format values to publish reports in more than one format. By default, an XML report containing the data and an HTML file for presenting the data are published. The following values are supported:
report.custom.extensionThis setting specifies the file extension for a custom report. Custom formats are defined in an XSL file. The report.format option must be set to custom and the report.custom.xsl.file option must also be configured. report.custom.xsl.fileThis setting specifies the path to an XSL file used to create a custom report format. Use double backslashes when specifying the file path on Windows. report.developer_errorsThis setting determines if details about developer errors should be included in manager reports. Set to report.developer_reportsThis setting determines if detailed reports for all developers should be generated in addition to the summary report for managers. Set to report.authors_detailsThis setting determines if an overview of the number and type of tasks assigned to each developer should be included in the report. Set to report.testcases_detailsThis setting determines if additional test case details should be included in the report. Set to report.associationsThis setting enables or disables showing requirements, defects, tasks, and feature requests associated with a test in the report. Set to report.assoc.url.[tag]This setting generates a link to an association inside the HTML report. The URL is a query string containing an Example Usage The following example creates a link to a PR in Bugzilla in the HTML report:
report.failed_tests_onlyThis setting determines if only tests that failed should be included in the report. This option is only valid for functional testing tools. Set to report.env_detailsThis setting turns on additional details in the XML report about the active environment used when running a tst. The default is report.output_detailsThis setting turns on additional details in the XML report about output tools that were executed when running a tst. The default is report.test_suites_onlyThis setting determines if summary section of the report lists only top-level suites or if it displays a tree-like view of the individual tests. Set to |
...