Forum Discussion
Hi
you need to define the path to your soapui installation: see http://community.smartbear.com/t5/SoapUI-NG/need-help-generating-reports-using-soapUI-Pro-and-Maven/m-p/37057
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
- soelschlaegel11 years agoOccasional ContributorThanks 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).