【发布时间】:2014-01-14 06:09:01
【问题描述】:
我的脚本中提供了这样的方法描述:
@Test(description = "活动笔记", dependsOnMethods = {"XZO720"})
如何在我的 ReportNG Surefire 报告中获取此方法描述?
【问题讨论】:
标签: testng maven-surefire-plugin reportng
我的脚本中提供了这样的方法描述:
@Test(description = "活动笔记", dependsOnMethods = {"XZO720"})
如何在我的 ReportNG Surefire 报告中获取此方法描述?
【问题讨论】:
标签: testng maven-surefire-plugin reportng
目前,ReportNG 包含测试说明作为工具提示,当您将鼠标悬停在测试名称上时会显示(如在this example report 中)。如果你想要不同的东西,你必须修改 ReportNG 的 Velocity 模板。
【讨论】: