首页 > TAG信息列表 > htmlReporter
Testng(四):ExtentReports定制报告
testng自带的report简直不忍直视,不仅不好看,子文件还很多 于是我们迫切需要一款高大上的report模板工具,ExtentReports正是其中一个 先来看看它的效果,既有单条用例的执行详情,也有图表统计,而且结果只有一个html文件,便于邮件发送 以下示例参考自官网,略有微调 public class Extejava testng 使用 extentreports 测试报告
文章目录 testng 原版的测试报告太难看了,这里采用 extentreports 测试报告,效果很赞有没有! 第一步:配置依赖 除了基本 testng 的依赖外,还要如下依赖: <dependency> <groupId>com.aventstack</groupId> <artifactId>extentreports</artifactId> <version>3.1.5</ver如何解决Extent report 无法加载CSS样式 的问题
how to fix the ExtentReport.html without css styple See the highlight, add htmlReporter.config().setResourceCDN(ResourceCDN.EXTENTREPORTS); private void init(List<XmlSuite> xmlSuites) { String suiteName = xmlSuites.get(0).getName(); ExtentHtmlRepo