I am trying to generate HTML report using one of the Jmeter test script. I have a JMX file which works fine in Jmeter and Jmeter provide success status when I run the script. I have setup ANT with Jmeter successfully. Now, I am trying to generate HTML report using ANT from command prompt. when I run this command ant -Dtest=script name, it generate HTML report in the same folder.. But all the items in the HTML reports shows error.
Please help.