jmeter-gradle-plugin icon indicating copy to clipboard operation
jmeter-gradle-plugin copied to clipboard

Could not able to see the plugin options in JmeterEdit

Open sumangongali opened this issue 9 years ago • 4 comments

I could not able see the extra plugin options in Jmeter gui which is just launched by task jmeterEditor

like Jp@GC JSON assertion, jmeter JP@GC graph

would please tell me what i am missing to get them in jmeter gui or at runtime .

my dependices section of code is

classpath (group: 'kg.apc', name: 'jmeter-plugins-standard', version: pluginsVersion) { exclude group: 'commons-math3', module: 'commons-math3' exclude group: 'commons-pool2', module: 'commons-pool2' }

where " pluginsVersion" i see it as only a name but not a true version number

but for groovy classpath "org.codehaus.groovy:groovy-all:2.4.3"

please provide solution how to enable both GUI and runttime features of below. I am referring to http://jmeter-plugins.org/

classpath(group: 'kg.apc', name: 'jmeter-plugins-extras', version: pluginsVersion) { exclude group: 'commons-math3', module: 'commons-math3' exclude group: 'commons-pool2', module: 'commons-pool2' } and classpath(group: 'kg.apc', name: 'jmeter-plugins-extras-libs', version: pluginsVersion) { exclude group: 'commons-math3', module: 'commons-math3' exclude group: 'commons-pool2', module: 'commons-pool2' }

sumangongali avatar Apr 21 '16 11:04 sumangongali

Hi, this project has been dormant for a while. I maintain an alternative jmeter plugin over at http://jmeter.foragerr.net/ that was originally based on this plugin, but has seen a significant rewrites and bug fixes. I would suggest you try that plugin and if you still have an issue, please raise a new issue here

foragerr avatar Apr 21 '16 13:04 foragerr

Sure foragerr,

Thanks, Suman.

sumangongali avatar Apr 21 '16 15:04 sumangongali

foragerr,

I havent looked at your plugin in months, but I remember eventually giving up and getting frustrated that you thought you had the jmeter plugins working BUT when you actually start Jmeter and look inside of it, the plugin features are not there. NOTE: The old Kulya Maven plugin had a similar issue. I wish someone would actually verify these things work before releasing... The Groovy plugin was the only one that worked out of the box for me.

Like I said, i havent looked in a while. Maybe you have it fixed now.

-Jon

On Thu, Apr 21, 2016 at 8:32 AM, sumangongali [email protected] wrote:

Sure foragerr,

Thanks, Suman.

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/kulya/jmeter-gradle-plugin/issues/64#issuecomment-212975915

djangofan avatar Apr 21 '16 19:04 djangofan

@djangofan I eventually fixed it, for some reason I thought you checked and confirmed that it does work. Would be great if you can take a look at the newest version 1.0.5 . The gradle task to launch gui is gradle jmGui

foragerr avatar Apr 21 '16 20:04 foragerr