How can I convert JMeter reports to JUnit reports. There are tools like VSTS that knows how to integrate JUnit reports, but not JMeter reports (though they can run JMeter).
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
I created a XSLT to transform XML JMeter reports into JUnit ones: https://gist.github.com/beradrian/9933070a26d7c72ce67ee26242ed5a2b.
回答2:
You can run your JMeter test via Taurus tool, it has JUnit XML Reporter subsystem so it will be possible to get results in JUnit format in addition to normal .jtl result files.