RaGe
RaGe
You can now apply the plugin this way: ``` apply plugin: 'net.foragerr.jmeter' buildscript { repositories { maven { url 'https://dl.bintray.com/jmeter-gradle-plugin/jmeter' } } dependencies { classpath "net.foragerr.jmeter:jmeter-gradle-plugin:0.1.1-2.13" } } ``` Also...
Moving this conversation here: https://github.com/jmeter-gradle-plugin/jmeter-gradle-plugin/issues/4
Check log files in `./logs` for errors.
> @techsharma2000 the error you see has been fixed, please update your repository and re-run make build. > > If you have further issues, please open another issue and fill...
What would you deem "main features" Would you mind describing what sort of integrations you're looking to build?
@balta2ar thanks for pointing me to underscore_cli
> just like the other libraries I just looked at your pom.xml here: https://github.com/djangofan/launch-jmeter/blob/master/pom.xml#L47 you seem to be calling out each jmeter plugin explicitly by name?
I apologize, I should've been clearer. I was curious how other build-plugins implemented jmeter-plugin handling, in particular how maven-jmeter plugin does it - so I looked at your pom. More...
I agree with your stance on documentation, starting a wiki page. https://github.com/kulya/jmeter-gradle-plugin/wiki
I agree with the need, not fully onboard with the implementation. If you make a copy of the existing make target and skip just the docker pull step, every time...