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);
If you like or are using this project please give it a star. Thanks!
For questions and to discuss ideas & feature requests, use the GitHub discussions on the Cake GitHub repository, under the Extension Q&A category.
Click on the Releases tab on GitHub.
Copyright © 2017-2021 Cake Contributors - Provided under the MIT License.