I have an JMeter script which:
- Consumes sitemap.xml for my site
- Requests all pages
I have specified a custom user.properties file which has this line within it:
jmeter.reportgenerator.exporter.html.property.output_dir=report
I am attempting to schedule this to run nightly with Azure DevOps JMeter task (https://go.microsoft.com/fwlink/?LinkId=784929).
My question is: How can I force the user.properties file to always generate an HTML report of the outcome? I want to store this as a build artifact and schedule this to run nightly. As of right now, it appears that the Azure Build job does not allow me to pass command line parameters to JMeter nor does it allow me to specify that I want an HTML report generated. Is there another way to force the HTML report to generate?