Empty Ant <junitreport> report for SoapUI testrunner XML results
问题 I am running a SoapUI project using Ant to get a JUnit report. Here is my build.xml: <project basedir="." default="testreport" name="APIAutomation"> <target name="SoapUI"> <exec dir="." executable="C:\Program Files (x86)\SmartBear\SoapUI-5.0.0\bin\testrunner.bat"> <arg line="-r -j -a -f 'C:\Users\F3020722\Desktop\Notification\New folder' -sFirstLoginTest 'C:\Users\F3020722\Desktop\Notification\New folder\APIRegression.xml'"></arg> </exec> </target> <target name="testreport" depends="SoapUI">