Cat
Cat tag is used to output information to files that would usually be logged to the test case output.
Required Attributes
uri
The URI defining where to output the enclosed message.
Usage Examples
Example #1
<cat uri="storage://OUTPUT/testoutput">
      This output will be visible at storage://OUTPUT/testoutput
      Os: ${os.name}
      Arch: ${os.arch}
      dtf.test.property1 = ${dtf.test.property1}
      dtf.test.property2 = ${dtf.test.property2}
 
</cat>
Example #2
<cat append="false" uri="storage://OUTPUT/testoutput">BLAH BLAH BLAH</cat>