Forum Discussion
4 Replies
- larsnContributor> I have failing test cases that generate a log file of the client-server traffic - I can see this from the test job console output.
Correction: I'm not capturing the client-server SOAP/Rest traffic - but I would like to. What I do have are separate log files for each test but they only capture the exception data.
> I was wondering if there is a way to have a URL to the traffic log put into junit report for the failing test case?
I was able to configure the job to save the HTML reports in Jenkins that are generated. I am using the archive artifact feature so the report is accessible via the "Last Successful Artifacts" link on the build. - redfish4ktc2Super Contributorhi, try to use the exportAll parameter, see viewtopic.php?f=5&t=21158 for more information
- larsnContributorUgh! Can't believe I missed this. Many thanks, that is just what I needed.
- redfish4ktc2Super Contributorhi, don't worry, this is not cleary documented :-)