java - Junit formatted test report -


i using code generating junit report soapui test cases.

<target name="gen-reports">       <junitreport todir="${test.reports}">          <fileset dir="${test.reports}">             <include name="test-*.xml"/>          </fileset>          <report todir="${test.reports}/report"/>       </junitreport> </target> 

test.reports folder data soapui report present. , report generating properly. on 1 page of error looks this:

this error image

but in second , third errors showing html tags not html page. reason of error?


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -