From df700069bfb64f0492eba9aae4e4d64f13ec0109 Mon Sep 17 00:00:00 2001 From: Artem Vusyk <144623533+VVArtem@users.noreply.github.com> Date: Mon, 17 Aug 2026 20:57:33 +0300 Subject: [PATCH] Add official ReportPortal JMeter Backend Listener --- site/dat/repo/various.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/site/dat/repo/various.json b/site/dat/repo/various.json index c31c75f2c..7918091ba 100644 --- a/site/dat/repo/various.json +++ b/site/dat/repo/various.json @@ -3681,5 +3681,25 @@ "depends": [] } } + }, + { + "id": "reportportal-jmeter", + "name": "ReportPortal Performance Reporter (official)", + "description": "Official ReportPortal Backend Listener for JMeter. Reports aggregated latency percentiles (HdrHistogram), error rate, optional SLA quality gate, and failed sample details into a ReportPortal launch. Optionally attaches the native JMeter HTML dashboard as a ZIP. ", + "helpUrl": "https://github.com/reportportal/plugins-performance#jmeter-plugin", + "screenshotUrl": "https://raw.githubusercontent.com/reportportal/plugins-performance/main/media/reportportal-performance-launches.png", + "vendor": "ReportPortal", + "markerClass": "com.epam.reportportal.jmeter.PerformanceReporterClient", + "componentClasses": [ + "com.epam.reportportal.jmeter.PerformanceReporterClient" + ], + "versions": { + "1.0.0": { + "changes": "Initial official release: Backend Listener with SLA, per-request metrics, failed sample history, optional HTML dashboard ZIP.", + "downloadUrl": "https://github.com/reportportal/plugins-performance/releases/download/jmeter-v1.0.0/plugin-jmeter-1.0.0-shaded.jar", + "libs": {}, + "depends": [] + } + } } ]