Add JMeter HTML Report Plugin#851
Conversation
Add JMeter HTML Report Plugin metadata
|
What is the use case for this plugin? JMeter already has per-request View Results Tree capability and also HTML report dashboard: https://jmeter.apache.org/usermanual/generating-dashboard.html |
|
@undera Thanks for reviewing. From an API automation perspective, the default JMeter HTML Dashboard is primarily focused on performance metrics such as response times, throughput, percentiles and trends. This plugin is focused on request-level reporting. It provides request and response payloads, headers, assertion results, failure details and API-level pass/fail summaries in a single HTML report. The goal is to help API automation teams quickly analyze failures and validation results without opening JMeter or reviewing individual samplers in View Results Tree. A common use case is running API automation suites in CI/CD pipelines and sharing a detailed report with testers, developers and stakeholders. I originally developed this plugin for API automation reporting within my organization. After reviewing it, our Senior Vice President, who has extensive JMeter experience, suggested contributing it to the JMeter Plugins community so that other teams using JMeter for API automation can benefit from it as well. |
|
You'll have to fix CI |
Applied repository JSON formatting to various.json to satisfy CI checks.
|
@undera fixed the CI issue. |
This PR adds a new plugin to the JMeter Plugins Manager catalog.
Plugin: JMeter HTML Report Plugin
Features:
Repository:
https://github.com/srenevasanks/jmeter-html-report-plugin
Release:
https://github.com/srenevasanks/jmeter-html-report-plugin/releases/tag/v1.0.0
License:
Apache License 2.0
Version:
1.0.0