I am running JMeter 4.0 r1823414.
In my test suite, I have the following structure:
When I run this TestPlan in non gui mode with the following command:
.\jmeter -t $testplan -l $testlog -e -o $reportFolder
I get a CSV file with all debug steps and requests (Authentication for example).
I am interested only in Query requests.
How can I exclude all requests from the CSV file and leave only Query requests in there?