|
3210 | 3210 | "3.0.0": { |
3211 | 3211 | "changes": "Baseline JTL comparison support. The Excel report now contains three sheets: Current, Baseline, and Comparison. Added 'Baseline Directory' field in the GUI listener.", |
3212 | 3212 | "downloadUrl": "https://github.com/rishavsawarn/jmeter-jtl-xls-report-plugin/releases/download/v3.0.0/jmeter-jtl-xls-report-plugin-v3.0.0.jar" |
| 3213 | + }, |
| 3214 | + "3.1.0": { |
| 3215 | + "changes": "Added Error Analysis sheet: per-transaction breakdown of failures by type (Timeout, 4xx, 5xx, Assertion, Other). Bundled commons-compress so .xlsx generation works reliably inside JMeter.", |
| 3216 | + "downloadUrl": "https://github.com/rishavsawarn/jmeter-jtl-xls-report-plugin/releases/download/v3.1.0/jmeter-jtl-xls-report-plugin-v3.1.0.jar" |
3213 | 3217 | } |
3214 | 3218 | } |
3215 | 3219 | }, |
|
3367 | 3371 | "com.jmeter.sse.SSESamplerGui" |
3368 | 3372 | ], |
3369 | 3373 | "versions": { |
| 3374 | + "2.0.1": { |
| 3375 | + "downloadUrl": "https://repo1.maven.org/maven2/io/github/cuneytcakir/jmeter-sse-sampler/2.0.1/jmeter-sse-sampler-2.0.1.jar", |
| 3376 | + "changes": "increase OkHttp connection pool size for high-concurrency load tests" |
| 3377 | + }, |
3370 | 3378 | "2.0.0": { |
3371 | 3379 | "downloadUrl": "https://repo1.maven.org/maven2/io/github/cuneytcakir/jmeter-sse-sampler/2.0.0/jmeter-sse-sampler-2.0.0.jar", |
3372 | 3380 | "changes": "Maven Central release preparations and Maven groupId updates." |
|
3468 | 3476 | } |
3469 | 3477 | } |
3470 | 3478 | } |
| 3479 | + }, |
| 3480 | + { |
| 3481 | + "id": "jmeter-html-report-plugin", |
| 3482 | + "name": "JMeter HTML Report Plugin", |
| 3483 | + "description": "Interactive HTML report generator for JMeter API testing with request/response details, assertion results, filtering, charts and dark mode support.", |
| 3484 | + "screenshotUrl": "", |
| 3485 | + "helpUrl": "https://github.com/srenevasanks/jmeter-html-report-plugin", |
| 3486 | + "vendor": "Srenevasan", |
| 3487 | + "markerClass": "listener.CustomHtmlReportListener", |
| 3488 | + "componentClasses": [ |
| 3489 | + "listener.CustomHtmlReportListener", |
| 3490 | + "gui.CustomHtmlReportGui" |
| 3491 | + ], |
| 3492 | + "versions": { |
| 3493 | + "1.0.0": { |
| 3494 | + "changes": "Initial public release.", |
| 3495 | + "downloadUrl": "https://github.com/srenevasanks/jmeter-html-report-plugin/releases/download/v1.0.0/jmeter-html-report-plugin-1.0.0.jar", |
| 3496 | + "depends": [ |
| 3497 | + "jmeter-core" |
| 3498 | + ], |
| 3499 | + "libs": {} |
| 3500 | + } |
| 3501 | + } |
3471 | 3502 | } |
3472 | 3503 | ] |
0 commit comments