Nishi
13 years agoContributor
Reports in SoapUI free version
Reports generated from testRunner in SoapUI free version are in xml format.
Hardly usable for getting statistics.
Please let me know if I can get HTML or any other reporting formats for better understanding of pass/fail tests in different test suites.
Any input on how to create an ant script is also appreciated, I have ant target that does the conversion from googling
<junitreport todir="./Reports">
<fileset dir="./Reports">
<include name="TEST-*.xml"/>
</fileset>
<report format="frames" todir="./Reports/html"/>
</junitreport>
but where does this target go - how should the base ant script look like?
Thanks,
-Nishi
Hardly usable for getting statistics.
Please let me know if I can get HTML or any other reporting formats for better understanding of pass/fail tests in different test suites.
Any input on how to create an ant script is also appreciated, I have ant target that does the conversion from googling
<junitreport todir="./Reports">
<fileset dir="./Reports">
<include name="TEST-*.xml"/>
</fileset>
<report format="frames" todir="./Reports/html"/>
</junitreport>
but where does this target go - how should the base ant script look like?
Thanks,
-Nishi