afranken / jmeter-analysis-maven-plugin

Plugin that parses JMeter result files and computes performance indicators such as average request duration
58 stars 40 forks source link

Unable to generate reports #26

Open sharanMM opened 9 years ago

sharanMM commented 9 years ago

Hi,

I am using Jmeter with webdriver sampler plugin. I have integrated with Maven for reports I am using jmeter-analysis-maven-plugin. When run tests, I am able to execute tests but not able to generate reports

It always says

[INFO] ------------------------------------------------------- [INFO] A N A L Y S I N G J M E T E R R E S U L T S [INFO] ------------------------------------------------------- [INFO]
[INFO] Start index. [INFO] End index. [INFO] Analysing '20150320-SmartCare_Service_Performance.jtl'... [INFO] Finished Parsing 0 entries. Results file is empty.

But .jtl file is not empty.

-Sharan