Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Variable/flagPurposedefaultexample(s)

showTestRunDetails

render this the details section

  • format: 0 or 1

0

${set(showTestRunDetails, 0)}

showTestRunEvidences

render this section

  • format: 0 or 1

(Make sure to define showTestRunDetails at 1)

0

${set(showTestRunEvidences, 0)}

showTestRunAttachments

render this section

  • format: 0 or 1

(Make sure to define showTestRunDetails at 1)

0

${set(showTestRunAttachments, 0)}

showTestRunIterations

render this section

  • format: 0 or 1

(Make sure to define showTestRunDetails at 1)

0

${set(showTestRunIterations, 0)}

statusesToShowFirst

render Test Summary section whose reported status is one in this list first (delimited by comma); use an empty string '' to include all statuses

  • format: '<status1>,<status2>"


''

(i.e., all statuses)

${set(statusesToInclude, 'FAILED')}

${set(statusesToInclude, 'FAIL,EXECUTING')}

${set(statusesToInclude, '')}

...