Hi, I am trying to automate my jmeter runs on aws public cloud. For this automation, I need to inject some listeners on the fly for the input jmeter script (jmx). I could achieve this easily by modifying the jmx file itself, but doing this is always risky and could run into some errors. Hence I wanted to know if there is any existing way to tell jmeter to add some listeners before executing the script without modifying the actual jmx. Basically any tool or any cli (jmeter) option which I can use to achieve the same.
Thanks Priyansh Gupta