afranken/jmeter-analysis-maven-plugin

Errors are not added to HTML report.

Opened this issue · 0 comments

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 #31
Maybe there are some settings that I need to configure to include errors in reports?