Skip to content

Add JMeter HTML Report Plugin#851

Merged
undera merged 2 commits into
undera:masterfrom
srenevasanks:master
Jun 22, 2026
Merged

Add JMeter HTML Report Plugin#851
undera merged 2 commits into
undera:masterfrom
srenevasanks:master

Conversation

@srenevasanks

Copy link
Copy Markdown
Contributor

This PR adds a new plugin to the JMeter Plugins Manager catalog.

Plugin: JMeter HTML Report Plugin

Features:

  • Interactive HTML report generation
  • API-level pass/fail summary
  • Request and response payload viewer
  • Request and response headers
  • Assertion results and failure details
  • Search and filtering capabilities
  • Execution statistics and charts
  • Dark mode support

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

Add JMeter HTML Report Plugin metadata
@undera

undera commented Jun 21, 2026

Copy link
Copy Markdown
Owner

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

@srenevasanks

srenevasanks commented Jun 21, 2026

Copy link
Copy Markdown
Contributor Author

@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.

@undera

undera commented Jun 21, 2026

Copy link
Copy Markdown
Owner

You'll have to fix CI

Applied repository JSON formatting to various.json to satisfy CI checks.
@srenevasanks

Copy link
Copy Markdown
Contributor Author

@undera fixed the CI issue.

@undera undera merged commit a1f13af into undera:master Jun 22, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants