0

This is my Test case

@Test(enabled=true, description="Test zip coding")
public void testZIPGeocodingAUValid() {

}

This is the xml report below. How do we add the description in the xml report ?

enter image description here

<testsuite name="RegressionTest" tests="1" failures="0" errors="0" skipped="0" time="1.365">
    <testcase name="testZIPGeocodingAUValid" time="1.365" classname="com.api.suite.APIZIPGeocoding"/>
</testsuite>

<testsuite name="RegressionTest" tests="1" failures="0" errors="0" skipped="0" time="1.365"></testsuite>
marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
user2511126
  • 620
  • 1
  • 14
  • 31

0 Answers0