Name of the report that will be generated.
If several test sets are run in one build step, one report will be generated
per test set. As such, you must ensure that the name will be unique by including
the test set name in it (through the ${TS_NAME}
variable). If it's
not the case, then the name will be automatically post fixed with an underscore
followed by the test set name.
You can use all standard environment variables plus:
${QC_DOMAIN}
for the current Quality Center domain;${QC_PROJECT}
for the current Quality Center project;${TS_FOLDER}
for the current TestSet folder;${TS_NAME}
for the TestSet name.