I was able to add the validate thread group action to the toolbar using the below properties in icons-toolbar.properties file.
But it is not picking up the custom icon from the `bin` directory. If I give the path as `org/apache/jmeter/images/toolbar/<SIZE>/document-new-4.png` it is displaying the icon and validate is working fine. Is there a way to map the custom icon? Any inputs, please? toolbar=new,templates,open,save,|,undo,redo,cut,copy,paste,|,expand,collapse,toggle,|,test_start,test_start_notimers,test_stop,test_shutdown,validate_tg,|,test_clear,test_clear_all,|,search,search_reset,|,function_helper,help validate_tg=validate,VALIDATE_TG,validate.png Thank you On 3/12/2022 12:15:20 PM, NaveenKumar <[email protected]> wrote: Hi Team, I am new to the JMeter core/plugin development ecosystem. I am trying to add a button to the toolbar. Here is my repo [https://github.com/QAInsights/validate-thread-group]. But it is not displaying any option either in the menu or in the toolbar. Could someone guide me, please? Thank you!
