kulya / jmeter-gradle-plugin

Other
40 stars 27 forks source link

Not able to use JMeter properties #67

Open hgakhr opened 6 years ago

hgakhr commented 6 years ago

Hi Team,

Thanks for this gradle plugin. This plugin works very well.

But I am having the issue to specify JMeter properties . Like reportDir,jmeterIgnoreFailure ,jmeterIgnoreError and etc .

Can you please provide me the a example and let me know how i can use these properties in build.gradle file .

As I have tried 2 ways to use them but no luck.

Passing the properties in build.gradle file jmeterIgnoreError = true Error

Could not set unknown property 'jmeterIgnoreError' for object of type net.foragerr.jmeter.gradle.plugins.JMPluginExtension.

Passing as a argument wih the gradle command gradle jmRun -PjmeterIgnoreError=true Please let me know , how i can use these

Thanks, Hitesh