Hi,
Can Any tell me how to generate reports from multiple jMeter result file.
I did the following but the wildcard character * is not picking up jtl files
in directory. Instead it throws error described below:
Target for Generating Reports
<target name="genReports">
<echo message="Generating Reports..."/>
<property name="jmeter.dir" value="${jMeterDir}"/>
<xslt in="/home/harry/FilesDirectory/Results/*.jtl"
out="/home/harry/FilesDirectory/Results/All.html"
style="${jmeter.dir}/extras/jmeter-results-report_21.xsl"/>
</target>
Error returned by Ant
/home/harry/NetBeansProjects/AntPerformance/Scrap/GeneratingReportsWithMultipleResultFiles.xml:12:
input file /home/harry/FilesDirectory/Results/*.jtl does not exist
BUILD FAILED (total time: 0 seconds)
Thanks and Regards
--
View this message in context:
http://old.nabble.com/How-to-generate-html-report-from-multiple-jMeter-Result-files-tp26339726p26339726.html
Sent from the JMeter - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]