Skip to content

jmeter-gradle-plugin/jmeter-gradle-plugin

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
October 5, 2018 17:47
July 17, 2018 23:09
July 17, 2018 23:09
July 17, 2018 23:09

Gradle plugin to execute JMeter tests.

Build Status Download

For usage see: http://jmeter.foragerr.net/
or wiki

News

8/22/2018

  • Version 1.1.0 released with support for Jmeter 4.0
  • I have not extensively tested this release, caveat emptor

11/16/2017

  • Version 1.0.10 release with support for Jmeter 3.3
  • Note that 1.0.9 and 1.0.8 are broken

8/21/2016

6/26/2016

  • Version 1.0.6 released
  • #56 and #77 fixed

4/21/2016

  • Version 1.0.5 released
  • added support for minHeapSize #56
  • added additional jmeter-plugin and webdriver jars to classpath #57
  • Fixed #55 issue with jmSystemPropertiesFiles
  • Reformatted a few code files

4/2/2016

  • Version 1.0.4 released
  • #47 and #49 Fixed. These are related issues that cause a test failure when using xpath extractor
  • Gradle wrapper upgraded to 2.11
  • #41 Fixed
  • #42 Fixed

See older here..

##Attribution This project started as a hard fork of kulya/jmeter-gradle-plugin. Besides defect fixes and feature enhancements, most of the original codebase has been re-written since.

If you are a user of the older plugin see here for easy migration to this version of the plugin. If you're a developer familiar with the older plugin, see here for notes about major changes.