Skip to content

Commit 2ed0b5f

Browse files
sagaraggarwal86rishavsawarnQAInsights
authored
Add configurable aggregate report (#780)
* Add Configurable Aggregate Report plugin along with bug fixes * Update various.json * Update various.json * Update various.json (#777) 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 (#778) * 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 Prism - tab-style interface plugin for Apache JMeter (#779) * 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 * Add Configurable Aggregate Report plugin * Update various.json --------- Co-authored-by: Rishav <rishavsawarn@gmail.com> Co-authored-by: NaveenKumar Namachivayam ⚡ <catch.nkn@gmail.com>
1 parent 374916d commit 2ed0b5f

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

site/dat/repo/various.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[
2-
{
2+
{
33
"id": "io.github.sagaraggarwal86-configurable-aggregate-report",
44
"name": "Configurable Aggregate Report",
5-
"description": "A listener configurable plugin to prepare report for configurable parameters for Apache JMeter",
6-
"screenshotUrl": "https://raw.githubusercontent.com/sagaraggarwal86/Configurable_Aggregate_Report/main/img.jpg",
5+
"description": "A file-based Apache JMeter listener plugin for post-test JTL analysis. Provides a filterable aggregate table, CSV export, SLA threshold highlighting, and AI-generated HTML performance reports — with zero runtime overhead.",
6+
"screenshotUrl": "https://raw.githubusercontent.com/sagaraggarwal86/Configurable_Aggregate_Report/main/docs/img.jpg",
77
"helpUrl": "https://github.com/sagaraggarwal86/Configurable_Aggregate_Report/blob/main/README.md",
88
"vendor": "Sagar Aggarwal",
99
"markerClass": "com.personal.jmeter.listener.ListenerCollector",
@@ -13,8 +13,12 @@
1313
],
1414
"versions": {
1515
"1.1.0": {
16-
"changes": "Initial Release changes and Bug Fix for saving the Table",
16+
"changes": "Initial release",
1717
"downloadUrl": "https://repo1.maven.org/maven2/io/github/sagaraggarwal86/Configurable_Aggregate_Report/1.1.0/Configurable_Aggregate_Report-1.1.0.jar"
18+
},
19+
"3.1.0": {
20+
"changes": "Configurable percentile, SLA threshold highlighting, AI-generated HTML performance report, CLI headless mode, transaction search with regex support, chart interval control",
21+
"downloadUrl": "https://repo1.maven.org/maven2/io/github/sagaraggarwal86/Configurable_Aggregate_Report/3.1.0/Configurable_Aggregate_Report-3.1.0.jar"
1822
}
1923
}
2024
},
@@ -2827,4 +2831,4 @@
28272831
}
28282832
}
28292833

2830-
]
2834+
]

0 commit comments

Comments
 (0)