Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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?

0 votes



One answer

Permanent link

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%"

0 votes

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

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 12,014

Question asked: Nov 29 '17, 8:46 a.m.

Question was seen: 1,471 times

Last updated: Nov 29 '17, 3:50 p.m.

Confirmation Cancel Confirm