Hi all, I have some time to work again in JMeter, unfortunately I haven't made code for a long time. It's why I need help
I would like to add feature to import HAR file to gain productivity in scripting step. I have checked and it will not be too difficult by using lib like https://github.com/sdstoehr/har-reader and refactor/share line code of "curl import" feature. 1. My first question is how to add a new library into JMeter? I have added api("com.github.sdstoehr:har-reader:2.2.1") in src/bom-thirdparty/build.gradle.kts but it's not working ( import de.sstoehr.harreader.model.Har; don't work and I can't use the library) Anybody can help me? Do you have a better choice library? 2. Another question Some feature in menu implements MenuCreator Whereas another are in org/apache/jmeter/gui/util/JMeterMenuBar.java What is the recommendation? Thanks, Antonio