Forum Discussion

larsn's avatar
larsn
Contributor
12 years ago

maven-soapui-plugin and junit report - URL to traffic log?

I'm running soapui tests on Jenkins using maven-soapui-plugin with junit reporting turned on, and 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.
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?

4 Replies

  • > 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.
  • Ugh! Can't believe I missed this. Many thanks, that is just what I needed.