Attaching custom html / log reports to RQM test cases
Hi All,
Our testing generates html / execution log reports that we would like to attach to every test run once the results show up on execution of the test case.
Currently RQM only attaches the stdout / stderr logs by it's own. I would like to attach some custom logs as well.
Could anyone please point me in the right direction to achieve this?
One answer
If you are using commandline script, you can use following command to attach a file with result
echo myfile.txt=C:/Data/myfile.txt >> "%qm_AttachmentsFile%"
Comments
I am using a shell script and trying to do the following inside it:
MYLOGREPORT="mylogReport"
LOGFILE="/local/rqm/services/swaggerParserUtility/testng.xml"
echo $MYLOGREPORT=$LOGFILE >> $qm_AttachmentsFile
I am running this on a remote machine that we have configured through RQM.
I notice that results detail section has the *.out file but does not include mylogReport