如何使用Jmeter Maven插件2.1.0创建HTML报告. [英] How to create HTML reports using Jmeter Maven Plugin 2.1.0.

查看:227
本文介绍了如何使用Jmeter Maven插件2.1.0创建HTML报告.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Jmeter Maven插件1.4用于生成漂亮的HTML报告,但最新的插件2.1.0无法创建.我知道默认情况下最新的插件将enableReports设置为false.

Jmeter Maven plugin 1.4 used to generate nice HTML reports but the latest plugin 2.1.0 does not create. I know for the latest plugin by default enableReports are set to false.

我想知道如何在不使用pom.xml中任何其他插件的情况下启用HTML报告?

I would like to know how HTML reports can be enabled without usage of any other plugin in pom.xml?

哪个插件与可用于生成HTML报告的Jmeter Maven插件2.1.0兼容?

which plugin is compatible with Jmeter Maven plugin 2.1.0 which can be used to generate HTML reports?

谢谢.

推荐答案

1.4中的HTML报告已删除,因为它们效率极低.

the HTML reports in 1.4 were removed because they were horrifically inefficient.

在插件的版本2.6.0中,您可以使用JMeter的本机报告生成,只需添加以下配置设置即可:

In version 2.6.0 of the plugin you can use JMeter's native report generation, just add in a config setting of:

<configuration>
    <generateReports>true</generateReports>
</configuration>

这篇关于如何使用Jmeter Maven插件2.1.0创建HTML报告.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆