Cake.JMeter

Cake Aliases for using the JMeter tool

#addin nuget:?package=Cake.JMeter&version=2.2.1

dotnet add package Cake.JMeter --version 2.2.1

<PackageReference Include="Cake.JMeter" Version="2.2.1" />

Aliases

Contains functionality for using the JMeter tool

General

JMeter(FilePath, FilePath) Runs JMeter with the -t parameter with the test file
JMeter(FilePath) Runs JMeter with the -t parameter with the test file
JMeter(JMeterSettings) Runs JMeter with the -t parameter with the test file
JMeterInstallForJmx(FilePath) Installs all plugins that are needed to run the given jmx file.
JMeterInstallPlugin(string) Installs the given plugin to the JMeter package.
JMeterRunPluginManagerCommand(string) Allows to run any command with the JMeter Plugin Manager Command Line. See https://jmeter-plugins.org/wiki/PluginsManagerAutomated/ for details.
JMeterUninstallPlugin(string) Uninstalls the given plugin from the JMeter package.