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

php - trouble displaying mysqli database results in correct order -

depending on nth recurrence of job in control M -

sql server - Cannot query correctly (MSSQL - PHP - JSON) -