RaGe

Results 176 comments of RaGe

Looks great! 👏 How much harder is it to allow multiple files to stay open?

Anything you can do with jmeter on the command-line should be possible with this plugin. You can define most of these values in a properties file and add the properties...

I started working on a fix for this, I will send you my simple test project when I get back to my dev machine this evening. The problem I was...

@kulya uploaded simple test project here: https://github.com/foragerr/jmeter-gradle-plugin-test1 if you run `gradle jmeterrun` it runs **non**DefaultLocation,jmx as specified in build.gradle. However if you run `gradle jmeterListTestPlan` it lists DefaultLocation,jmx instead.

The top answer [here](http://stackoverflow.com/questions/13072034/avoid-duplication-between-similar-gradle-tasks) might be one way to do this.

@nigelcharman Jenkins jmeter plugin is deprecated in favor of Jenkins performance plugin. The performance plugin takes report names with wildcards, the reports produced by this plugin can be consumed directly....

I suppose there will be other plugins that expect constant filename as well. This is an easy fix - I will put in a change this weekend. Except, my previous...

Does this work for you? ``` if resultFilenameTimestamp is "none" do not use a timestamp in filename else if resultFilenameTimestamp is "useSaveServiceFormat" use jmeter.save.saveservice.timestamp_format else default to testfilename-yyyyMMdd-HHmm.xml ```

Need an opinion: When trying to save results with no timestamp, if a results file already exists, should it be overwritten?

Fix implemented in my fork. I also merged all of the other pending PRs from this repo. I will look into releasing to maven central. @djangofan Could you try out...