Skip to content

Commit 6409f00

Browse files
Add One-Click Auto-Correlation Plugin (undera#770)
* Add One-Click Auto-Correlation Plugin * Refactor JMeter Auto-Correlation Plugin details Updated the plugin ID and corrected the package namespace for the JMeter Auto-Correlation Plugin. Added a screenshot URL and modified the version details.
1 parent d75a546 commit 6409f00

1 file changed

Lines changed: 24 additions & 1 deletion

File tree

site/dat/repo/various.json

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2712,5 +2712,28 @@
27122712
]
27132713
}
27142714
}
2715-
}
2715+
},
2716+
{
2717+
"id": "io.github.vasanthshanmugam-jmeter-auto-correlation-plugin",
2718+
"name": "One-Click Auto-Correlation Plugin",
2719+
"description": "One-click detection and correlation of dynamic values in JMeter test scripts. Automatically finds session IDs, CSRF tokens, OAuth/Bearer tokens, hidden form fields, ViewState, SAML tokens, and replaces hardcoded values with extractors.",
2720+
"screenshotUrl": "https://raw.githubusercontent.com/vasanthshanmugam/jmeter-auto-correlation-plugin/main/screenshot.png",
2721+
"helpUrl": "https://github.com/vasanthshanmugam/jmeter-auto-correlation-plugin",
2722+
"vendor": "Vasanth Shanmugam",
2723+
"markerClass": "io.github.vasanthshanmugam.jmeter.plugins.correlation.gui.CorrelationPostProcessorGui",
2724+
"componentClasses": [
2725+
"io.github.vasanthshanmugam.jmeter.plugins.correlation.CorrelationPostProcessor"
2726+
],
2727+
"canUninstall": true,
2728+
"versions": {
2729+
"1.0.1": {
2730+
"downloadUrl": "https://github.com/vasanthshanmugam/jmeter-auto-correlation-plugin/releases/download/v1.0.1/jmeter-auto-correlation-plugin-1.0.0-jar-with-dependencies.jar",
2731+
"libs": {
2732+
"io.github.vasanthshanmugam-jmeter-auto-correlation-plugin": "https://github.com/vasanthshanmugam/jmeter-auto-correlation-plugin/releases/download/v1.0.1/jmeter-auto-correlation-plugin-1.0.0-jar-with-dependencies.jar"
2733+
},
2734+
"changes": "Initial release with correct package namespace (io.github.vasanthshanmugam)."
2735+
}
2736+
}
2737+
}
2738+
27162739
]

0 commit comments

Comments
 (0)