Versions Compared

Key

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

...

This section is added for the cases where you need to have a signature validating the document.

Image Removed

Customizing the report

...

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)}

...