Skip to content

Commit 1cdffbe

Browse files
Feature/jmeter report portal backend plugin changes (undera#767)
* Added Report Portal jmeter backend listener with details * fix:address review comments of PR 766 * fix:address review comments of PR 766 * fix:resolve PR comments
1 parent 60822cd commit 1cdffbe

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

site/dat/repo/various.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2690,5 +2690,22 @@
26902690
"downloadUrl": "https://github.com/adukhi/Unique-CSV-DataSet-Config/releases/download/v0.9.0/unique-csv-data-set-config-0.9.0.jar"
26912691
}
26922692
}
2693+
},
2694+
{
2695+
"id": "jmeter.backendlistener.reportportal",
2696+
"name": "ReportPortal backend listener",
2697+
"description": "JMeter Backend Listener ReportPortal is a JMeter plugin enabling you to send test results to a Report Portal server <ul><li> get deatils on how to run report portal https://reportportal.io/ </li><li>Simply add a Backend Listener </li><li>Change the listener's configuration</li></ul>",
2698+
"helpUrl": "https://github.com/prasantmohanty/jmeter-backend-listner-reportportal",
2699+
"screenshotUrl": "https://raw.githubusercontent.com/prasantmohanty/jmeter-backend-listner-reportportal/master/docs/configuration.JPG",
2700+
"vendor": "Prasanta Mohanty",
2701+
"markerClass": "io.github.prasantmohanty.jmeter.backendlistener.reportportal.ReportPortalBackendClient",
2702+
"versions": {
2703+
"1.0.2": {
2704+
"changes": "Removed some of the unwanted codes and refactor the deprecated method used",
2705+
"downloadUrl": "https://github.com/prasantmohanty/jmeter-backend-listner-reportportal/releases/download/v1.0.2/jmeter.backendlistener.reportportal-1.0.2.jar",
2706+
"depends": [
2707+
]
2708+
}
2709+
}
26932710
}
26942711
]

0 commit comments

Comments
 (0)