Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

chrinor2002/grunt-jmeter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grunt-jmeter

Grunt tasks for execution jmeter tests

Getting Started

Checkout Grunt for more information. In order to use this plugin, install and

npm install grunt-jmeter --save-dev

Download, Extract, and Install the jmeter distro. The jmeter binary will be symlinked in ./node_modules/.bin/jmeter

./node_modules/.bin/jmeter-manager install

Use inside your Gruntfile:

grunt.loadNpmTasks('grunt-contrib-coffee');

Simply run jmeter with the symlinked binary:

./node_modules/.bin/jmeter

About

Grunt tasks for execution jmeter tests

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.2%
  • Shell 9.8%