Forum Discussion
- omatzuraSuper ContributorHi Jim,
sure.. the TestCase and TestSuite windows' toolbars have a "Create Report" button (far right..) that does this for you..
regards!
/Ole
eviware.com - JimOccasional ContributorWow, I completely missed that. Once again, excellent.
- JimOccasional ContributorFollow up question.
Can this generate report feature be called from the comman line. ie, without bringing up SoapUI?
We will have CruiseControl execute our SoapUI tests via a Maven target. We would like these scheduled tests to have the SoapUI html reports generated.
Is this possible using the maven plugin. I believe the answer is yes via maven, correct? - omatzuraSuper ContributorHi!
sure.. the command-line runner has a -j switch (see http://www.soapui.org/userguide/command ... ional.html) which should export the same HTML report as when exporting from the Pro UI when using the soapUI Pro command-line runner
The 2.0 pro-maven-plugin will be published later this week.. it has a corresponding setting in the pom.xml (see http://www.soapui.org/plugin/maven2/properties.html)
Hope this helps!
regards,
/Ole
eviware.com