Skip to content

Add configurable aggregate report#780

Merged
undera merged 9 commits intoundera:masterfrom
sagaraggarwal86:add-configurable-aggregate-report
Mar 12, 2026
Merged

Add configurable aggregate report#780
undera merged 9 commits intoundera:masterfrom
sagaraggarwal86:add-configurable-aggregate-report

Conversation

@sagaraggarwal86
Copy link
Contributor

The plugin is a file-based JMeter listener for post-test JTL analysis. It loads a JTL
file and produces a filterable aggregate table, CSV export, SLA threshold highlighting,
and an AI-generated HTML performance report powered by any OpenAI-compatible provider.
A CLI headless mode is available for CI/CD pipeline integration.

The plugin is published on Maven Central under io.github.sagaraggarwal86 and has been
available since version 1.1.0. The current release is 3.1.0.

Marker class and component classes have been verified against the published JAR:
- markerClass: com.personal.jmeter.listener.ListenerCollector (extends ResultCollector)
- GUI class: com.personal.jmeter.listener.ListenerGUI (extends AbstractVisualizer)
- SPI registration: META-INF/services/org.apache.jmeter.gui.JMeterGUIComponent

sagaraggarwal86 and others added 9 commits March 6, 2026 10:02
looks like libs{} in json broke plugin manager. so i have removed it from my change

2026-03-06 13:38:46,884 ERROR o.a.j.JMeter: Uncaught exception in thread Thread[AWT-EventQueue-0,6,main]
net.sf.json.JSONException: JSONObject["libs"] is not a JSONObject.
	at net.sf.json.JSONObject.getJSONObject(JSONObject.java:2058) ~[jmeter-plugins-manager-1.11.jar:?]
	at org.jmeterplugins.repository.Plugin.getLibs(Plugin.java:361) ~[jmeter-plugins-manager-1.11.jar:?]
	at org.jmeterplugins.repository.DependencyResolver.resolveDeleteLibs(DependencyResolver.java:231) ~[jmeter-plugins-manager-1.11.jar:?]
	at org.jmeterplugins.repository.DependencyResolver.resolve(DependencyResolver.java:37) ~[jmeter-plugins-manager-1.11.jar:?]
	at org.jmeterplugins.repository.DependencyResolver.<init>(DependencyResolver.java:28) ~[jmeter-plugins-manager-1.11.jar:?]
	at org.jmeterplugins.repository.PluginManager.getChangesAsText(PluginManager.java:233) ~[jmeter-plugins-manager-1.11.jar:?]
	at org.jmeterplugins.repository.PluginManagerDialog$1.notify(PluginManagerDialog.java:64) ~[jmeter-plugins-manager-1.11.jar:?]
	at org.jmeterplugins.repository.PluginManagerDialog.<init>(PluginManagerDialog.java:114) ~[jmeter-plugins-manager-1.11.jar:?]
	at org.jmeterplugins.repository.PluginManagerMenuItem.actionPerformed(PluginManagerMenuItem.java:101) ~[jmeter-plugins-manager-1.11.jar:?]
	at java.desktop/javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1972) ~[?:?]
	at java.desktop/javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2313) ~[?:?]
	at java.desktop/javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:405) ~[?:?]
	at java.desktop/javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:262) ~[?:?]
	at java.desktop/javax.swing.AbstractButton.doClick(AbstractButton.java:374) ~[?:?]
* Add JTL Excel Smart Report Generator plugin

* Remove unsupported 'site' property from plugin.json

* Fix downloadUrl to use GitHub release asset

* Remove misplaced plugin descriptor

* Ignore macOS DS_Store files

* Add JTL Excel Smart Report Generator plugin to various.json

* Fix plugin descriptor according to repo schema
* Add: Feather Wand - JMeter AI Agent

* Add: Feather Wand - JMeter AI Agent

* Update Feather Wand

* Bump FeatherWand - Claude Code integration

* Update various.json

* Update various.json

* Update various.json

* Add: Prism
@codecov
Copy link

codecov bot commented Mar 12, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 69.03%. Comparing base (09d23ae) to head (e0d63a5).
⚠️ Report is 37 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master     #780      +/-   ##
============================================
+ Coverage     68.90%   69.03%   +0.13%     
- Complexity     2629     2652      +23     
============================================
  Files           230      233       +3     
  Lines         15965    16061      +96     
  Branches       1638     1650      +12     
============================================
+ Hits          11000    11088      +88     
+ Misses         4146     4142       -4     
- Partials        819      831      +12     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@undera
Copy link
Owner

undera commented Mar 12, 2026

Please don't use misleading PR titles. You are not adding your plugin, you are updating it or releasing new version.

@undera undera merged commit 2ed0b5f into undera:master Mar 12, 2026
3 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.

4 participants