Generating reports from test runners
As you might have seen in the previous chapter, when running the SoapUI test runner by whatever means, there are open source and pro options to generate reports. In this recipe, we'll mainly look at the reporting options that are common to both versions.
Getting ready
This recipe uses the SOAPDBMock-Reporting-soapui-project.xml
project, which is a version of the chapter 3
sample's SOAPMock-soapui-project.xml
project, with a few additional tests and assertions that make the results a bit more interesting. You can find this project in the chapter 6
samples.
In this recipe, we'll explore the reporting options in the Launch TestRunner UI option and command-line testrunner
script, but you can also script any equivalent TestRunner
means, including Java, Maven, or Gradle. See the previous chapter if you need any help.
How to do it...
First, let's take a look at the array of reporting options that are available to us, and see how the Launch TestRunner...