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

Errors are not added to HTML report. #45

Open ostap-oleksyn opened 7 years ago

ostap-oleksyn commented 7 years ago

When a test has responses with errors, they are not added to the html report, only successful results are present.

How to reproduce:

  1. Clone this test repo - https://github.com/ostap-oleksyn/analysis_errors
  2. Run mvn verify
  3. Open the html report in target/jmeter/results

Build will fail since there are responses with errors but no errors will be present in the report. Issue seems similar to this https://github.com/afranken/jmeter-analysis-maven-plugin/issues/31 Maybe there are some settings that I need to configure to include errors in reports?