cake-contrib / Cake.JMeter

JMeter addin for cake

Home Page:https://cakebuild.net/extensions/cake-jmeter/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

JMeter addin for cake

https://cakebuild.net/extensions/cake-jmeter/

License:MIT License


Languages

Language:C# 77.2%Language:PowerShell 22.8%