kulya / jmeter-gradle-plugin

Other
40 stars 27 forks source link

Running jmeter in non gui mode #60

Closed ssuummit closed 8 years ago

ssuummit commented 8 years ago

Hi,

I want to run Jmeter in non gui mode. In default jmeter we have -n option to run in non gui mode. How can we achieve the same in this gradle jmeter plugin as we can not pass -n to gradle jmeterRun command?

foragerr commented 8 years ago

Running jmeterRun with this plugin always runs jmeter with -n enabled. You can use jmeterEditor to launch GUI, but that is meant to be used only to edit tests.

BTW, I maintain a newer version of this plugin over at https://github.com/jmeter-gradle-plugin/jmeter-gradle-plugin

ssuummit commented 8 years ago

Hey, Thanks a lot for helping me. I'll check the newer version.

foragerr commented 8 years ago

If your question is answered, you should close this issue.