Skip to content

cake-contrib/Cake.JMeter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cake.JMeter

An extension to Cake to do this

#addin "nuget:?package=Cake.JMeter"
#tool "nuget:?package=JMeter&include=./**/*.bat"

var jmxProject = "myTestFile.jmx";
// Install all needed plugins for the project
JMeterInstallForJmx(jmxProject);
// Run the project
JMeter(jmxProject);

Give a Star! ⭐

If you like or are using this project please give it a star. Thanks!

Build status NuGet Coverage Status

Discussion

For questions and to discuss ideas & feature requests, use the GitHub discussions on the Cake GitHub repository, under the Extension Q&A category.

Join in the discussion on the Cake repository

Release History

Click on the Releases tab on GitHub.


Copyright © 2017-2021 Cake Contributors - Provided under the MIT License.