Skip to content

Commit dfe1416

Browse files
authored
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
1 parent 5c21e4d commit dfe1416

File tree

4 files changed

+16
-1
lines changed

4 files changed

+16
-1
lines changed

.DS_Store

6 KB
Binary file not shown.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ plugins/csl/bin/src/main/java/kg/apc/jmeter/reporters/ConsoleStatusLogger.class
2525
plugins/csl/bin/src/main/java/kg/apc/jmeter/reporters/ConsoleStatusLoggerGui.class
2626
plugins/csl/bin/src/test/java/kg/apc/jmeter/reporters/ConsoleStatusLoggerGuiTest.class
2727
plugins/csl/bin/src/test/java/kg/apc/jmeter/reporters/ConsoleStatusLoggerTest.class
28+
.DS_Store

plugins/.DS_Store

8 KB
Binary file not shown.

site/dat/repo/various.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2793,6 +2793,20 @@
27932793
"depends": ["jmeter-core", "jmeter-components"]
27942794
}
27952795
}
2796+
},
2797+
{
2798+
"id": "jtl-xls-smart-report",
2799+
"name": "JTL Excel Smart Report Generator",
2800+
"description": "Generate Excel SLA reports from JTL result files with transaction-wise metrics and P90 SLA validation.",
2801+
"vendor": "Rishav",
2802+
"helpUrl": "https://github.com/rishavsawarn/jmeter-jtl-xls-report-plugin",
2803+
"markerClass": "com.example.jmeter.plugin.JtlToXlsListener",
2804+
"screenshotUrl": "https://raw.githubusercontent.com/rishavsawarn/jmeter-jtl-xls-report-plugin/main/docs/Screenshot1.jpeg",
2805+
"versions": {
2806+
"1.0.0": {
2807+
"downloadUrl": "https://github.com/rishavsawarn/jmeter-jtl-xls-report-plugin/releases/download/v1.0.0/jtl-xls-plugin-1.0.jar"
2808+
}
2809+
}
27962810
}
27972811

2798-
]
2812+
]

0 commit comments

Comments
 (0)