使用测试框架我们如何在(reportng)xml报告中添加测试描述

时间:2017-12-06 03:47:56

标签: xml selenium-webdriver testng jira-zephyr

这是我的测试用例

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

}

这是下面的xml报告。 我们如何在xml报告中添加描述?

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>

0 个答案:

没有答案
相关问题