Forum Discussion
And about the "the frame based multi-page report in HTML" it is always generated by soapui.
See https://github.com/redfish4ktc/maven-soapui-extension-plugin/issues/45 for alternative
Thanks for the clarification.
So the Single Page Report won't work anymore then?
- redfish4ktc211 years agoSuper ContributorHi the report should be generated if you add the following in your soapui plugin configuration (taken from: http://forum.soapui.org/viewtopic.php?f=2&t=3142&p=11355) <soapuiProperties> <property> <name>soapui.home</name> <value>/home/robert/eviware/soapUI-Pro-3.5-beta2/bin</value> <- here goes where you installed sopaui plus bin dir </property> </soapuiProperties>- soelschlaegel11 years agoOccasional ContributorHi Yes a report is generated. But this report consists of multiple files. I don't want multiple files. What I want is 1 (one) single html file which includes everything (styles, script, data). - redfish4ktc211 years agoSuper ContributorHi, when I said "the report should be generated" i meant the single page junit html report have you tried to modify the plugin configuration? have you tried with another report name/format?