这是我的测试用例
@Test(enabled=true, description="Test zip coding")
public void testZIPGeocodingAUValid() {
}
这是下面的 xml 报告。我们如何在 xml 报告中添加描述?
<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>