microsoft / jmeter-performance-analyzer-devops-extension

This task enables to run Performance testng using Apache Jmeter, Analyze report and post results. This task uses Apache Jmeter 5.5 and expects a valid parametrized JMX File, Any input Files, and property file for JMX. The task runs the jmx files according to the configured values in JMX and publishes the result to build artifacts and $web of your storage container. Provides control to fail pipeline if JMeter test fails More details at https://marketplace.visualstudio.com/items?itemName=id-az-pipeline.jmeter-perf-analyzer. You need to enable static hosting in the storage container in order to be able to view html results.
Other
10 stars 4 forks source link

How to install JMeter Plugins Manager #38

Open ckant8 opened 1 year ago

ckant8 commented 1 year ago

Hi @5-k (Prateek Mishra),

My JMX script required JMeter Plugins Manager which requires cmdrunner-2.0.jar which should be present in jmeter/lib directory. Can you help me to get it unblock.

Thanks Srikanth

5-k commented 1 year ago

Hi @ckant8

Currently we import custom jar to Jmeter/ext and not lib, but the team will be working towards creating the update for your issue.