Convert JMeter reports to JUnit reports

2020-07-23 03:53发布

问题:

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.