Skip to content

Commit d7543fd

Browse files
Initial Release of Configurable Aggregate Report plugin along with bug fixes (#776)
* Add Configurable Aggregate Report plugin along with bug fixes * Update various.json * Update various.json
1 parent 70ac564 commit d7543fd

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

site/dat/repo/various.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,24 @@
11
[
2+
{
3+
"id": "io.github.sagaraggarwal86-configurable-aggregate-report",
4+
"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",
7+
"helpUrl": "https://github.com/sagaraggarwal86/Configurable_Aggregate_Report/blob/main/README.md",
8+
"vendor": "Sagar Aggarwal",
9+
"markerClass": "com.personal.jmeter.listener.ListenerCollector",
10+
"componentClasses": [
11+
"com.personal.jmeter.listener.ListenerCollector",
12+
"com.personal.jmeter.listener.ListenerGUI"
13+
],
14+
"versions": {
15+
"1.1.0": {
16+
"changes": "Initial Release changes and Bug Fix for saving the Table",
17+
"downloadUrl": "https://repo1.maven.org/maven2/io/github/sagaraggarwal86/Configurable_Aggregate_Report/1.1.0/Configurable_Aggregate_Report-1.1.0.jar",
18+
"libs": {}
19+
}
20+
}
21+
},
222
{
323
"id": "ssh-sampler",
424
"name": "SSH Protocol Support",

0 commit comments

Comments
 (0)