-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not able to see the plugin options in JmeterEdit #64
Comments
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 |
Sure foragerr, Thanks, |
foragerr, I havent looked at your plugin in months, but I remember eventually giving 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]
|
@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 |
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' }
The text was updated successfully, but these errors were encountered: