Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JmeterNamesTemplater v1.1 and UtilityJmeterFunctions v1.1.3 #665

Merged
merged 7 commits into from
Aug 25, 2024
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions site/dat/repo/various.json
Original file line number Diff line number Diff line change
Expand Up @@ -2099,5 +2099,29 @@
"downloadUrl": "https://github.com/Qytera-Gmbh/JMeterHARImporterPlugin/releases/download/v0.2.3/jmeter-har-import-plugin-v0.2.3.jar"
}
}
},
{
"id": "JmeterNamesTemplater",
"name": "JMeter Names Templater",
"description": "Jmeter Names Templater is a plugin for Jmeter that allows you to set naming templates for elements and rename them based on a described configuration file.",
"vendor": "Daniil Golikov",
"markerClass": "com.example.jmeter.plugin.gui.RenameElementsMenuCreator",
"helpUrl": "https://github.com/DanilGolikov/JmeterNamesTemplater/blob/master/README.md",
DanilGolikov marked this conversation as resolved.
Show resolved Hide resolved
"componentClasses": [
"com.example.jmeter.plugin.gui.RenameElementsMenuCreator",
DanilGolikov marked this conversation as resolved.
Show resolved Hide resolved
"com.example.jmeter.plugin.gui.PrintTreeItem",
"com.example.jmeter.plugin.gui.RenameSelectedTreeItem",
"com.example.jmeter.plugin.gui.RenameTreeItem",
"com.example.jmeter.plugin.RunThroughTree"
],
"versions": {
"1.1": {
"changes": "The yaml config file is used for templates",
"downloadUrl": "https://github.com/DanilGolikov/JmeterNamesTemplater/releases/download/v1.1-yaml/jmeter-plugins-names-templater-1.1.jar",
"libs": {
"snakeyaml": "https://search.maven.org/remotecontent?filepath=org/yaml/snakeyaml/2.2/snakeyaml-2.2.jar"
}
}
}
}
]
Loading