转自动化框架中引入ExtentReport美化报告
Posted wangcp-2014
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了转自动化框架中引入ExtentReport美化报告相关的知识,希望对你有一定的参考价值。
本文链接:https://blog.csdn.net/qq_30353203/article/details/82023922
一、先引入三个依赖包
<dependency> <groupId>com.relevantcodes</groupId> <artifactId>extentreports</artifactId> <version>2.41.1</version> </dependency> <dependency> <groupId>com.vimalselvam</groupId> <artifactId>testng-extentsreport</artifactId> <version>1.3.1</version> </dependency> <dependency> <groupId>com.aventstack</groupId> <artifactId>extentreports</artifactId> <version>3.0.6</version> </dependency>
二、然后编写监听类,监听测试执行过程中哪些测试成功,哪些失败,写入报告中
https://download.csdn.net/download/qq_30353203/10626913
三、在xml文件中填写监听
<listener class-name="com.demo.test.plugins.arrow.ExtentTestNGIReporterListener" />
四、运行test后会出报告
————————————————
版权声明:本文为CSDN博主「NeilNiu」的原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/qq_30353203/article/details/82023922
以上是关于转自动化框架中引入ExtentReport美化报告的主要内容,如果未能解决你的问题,请参考以下文章