pnopjp / jmeter-plugins

Apache JMeter plugins for Microsoft Azure
Apache License 2.0
17 stars 13 forks source link

JMeter Marketplace #15

Open gbroner2000 opened 1 year ago

gbroner2000 commented 1 year ago

Can this be uploaded to the marketplace so component plugin manager can grab it automatically?

kuniteru commented 1 year ago

What is the marketplace?

What is "component plugin pmanaer"? Is it jmeter-plugins.org?

gbroner2000 commented 1 year ago

Yes, so jmeter-plugins.org is the plugin centre of Apache Jmeter. It's important upload ready to use plugins to there.

One of the most common plugins is the plugin manager. It will automatically add a plug-in to your Jmeter environment if you open a jmeter script that uses a plugin you don't have installed on your instance. It makes sharing jmeter scripts much easier.

On Sun, May 21, 2023 at 3:59 PM Kuniteru Asami @.***> wrote:

What is the marketplace?

What is "component plugin pmanaer"? Is it jmeter-plugins.org?

— Reply to this email directly, view it on GitHub https://github.com/pnopjp/jmeter-plugins/issues/15#issuecomment-1556200730, or unsubscribe https://github.com/notifications/unsubscribe-auth/A76XCNF54JD2PLQKETIH43DXHIUWBANCNFSM6AAAAAAYHPORKM . You are receiving this because you authored the thread.Message ID: @.***>

kuniteru commented 1 year ago

Thanks, As you say, the automatic addition of plugins by the plugin manager is very useful. I have looked into it and it looks like I can incorporate this plugin into the plugin manager, so I will try.

pooja4099 commented 11 months ago

@kuniteru many thanks for this plugin firstly. Would you be able to incorporate this into the JMeter plugins repository. I am using maven (java) to manage plugins and would like maven to grab it automatically. thanks

JDizzle777 commented 9 months ago

Hi @kuniteru, I am unable to find this awesome plugin in the jmeter-plugins.org marketplace. Any luck uploading it? I am trying to incorporate this plugin into an Azure Devops Load Test Pipeline and the only way is to run the JMeter plugin manager command line script to download your plugin

JDizzle777 commented 9 months ago

Here are some instructions for doing this: https://jmeter-plugins.org/wiki/DeveloperGuide/

kuniteru commented 9 months ago

I would also like to list these plugins in the Plugins Manager. To install this plugins from there, I know that I should register the information for this plugin below. https://github.com/undera/jmeter-plugins/blob/master/site/dat/repo/various.json

But, I am hesitant to implement it due to the following issues.

  1. The Developers Guidline at jmeter-plugins.org says to include Unit Tests, but this plugin does not include them.
  2. These plugins have separate jar files for each Azure service, but I believe they should be combined into one for distribution in Marketplace. It would be difficult to match versions of dependent libraries to achieve this.
  3. I'm not sure how to test that what I have registered in verious.json is correctly distributed.

I would be happy to have someone write the Unit Tests code.