优化httprunner2.x测试报告
Posted 自动化测试 To share
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了优化httprunner2.x测试报告相关的知识,希望对你有一定的参考价值。
前言
给大家介绍下如何自定义httprunner测试报告
优化方式
1.在项目根目录创建创建reports/template
2.在template目录中放入extent_report_template2.x.html文件
3.执行命令hrun (测试文件)--report-template reports/template/extent_report_template2.x.html
执行
1.执行命令
hrun testsuites/api_testsuite.yml --report-template reports/template/extent_report_template2.x.html
2.执行完成会在reports目录下生成报告
以上就是这篇文章的全部内容了,希望本文的内容对大家的学习或者工作具有一定的参考学习价值,如果有疑问大家可以留言交流,谢谢大家的支持。
以上是关于优化httprunner2.x测试报告的主要内容,如果未能解决你的问题,请参考以下文章
httprunner 2.x学习18 - 报告validate显示LazyString($msg)问题解决
TestNG 强大的测试框架-测试报告优化 TestNG-xslt