Errors are not added to HTML report.
Opened this issue · 0 comments
ostap-oleksyn commented
When a test has responses with errors, they are not added to the html report, only successful results are present.
How to reproduce:
- Clone this test repo - https://github.com/ostap-oleksyn/analysis_errors
- Run mvn verify
- 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?