abstracta/jmeter-java-dsl

I am looking for support in WebSocket samplers plugin. Do we have any workaround for plugins like this?

RathiSabari opened this issue · 4 comments

I am currently using external plugin 'WebSocket Samplers by Peter Doornbosch' in JMeter GUI to test WebSocket. I want to implement the same using JMeter DSL for continuous integration. Can you please help me with an option to work on this?

Hello, thank you for bringing this! Websockets is something we should definitely add to the DSL.

Have you checked this section in user guide.

Do you feel confident to contribute with an implementation? If not, is ok, just evaluating if we can get additional help from community to cover several pending features. Here are some guilde lines for contribution.

Additionally, can you share some examples on how you use the plugin? Mainly trying to understand what main features you need.

Thanks for your quick reply. I will share some examples of how we use the plugin soon.

Hello. I also have a question about plugin WebSocket support in Jmeter DSL. Is such an implementation planned?

We do have it in the backlog, but currently is not at the top of it. For the meantime you can use wrappers as commented previously. But we are eager for users to demonstrate interest in this and help prioritize this higher.

Any particular needs? can you detail how are you currently using the plugin in JMeter? So we can start evaluating it's design (required vs optional fields, sane defaults, etc).