Forum Discussion
rupert_anderson
10 years agoValued Contributor
Hi,
Via the UI this can be done by right-click (e.g. on project) Lauch TestRunner, you can then select the JUnit report style under the Reports tab:
This effectively runs the testrunner script (found in the bin/ folder of SoapUI), the -j option is added on the testrunner.sh/bat if you want to generate JUnit reports via the command line instead e.g.
./testrunner.sh -f"./reports" -j project.xml
You can also produce JUnit reports using Maven and other script types.
Is this what you're looking for?
Cheers,
Rupert