I have imported the "jp@gc - Synthesis Report" plugin in a project jmeter built with maven , but I would set parameters to filter the summary report.
For example I would filter only the rows of report starting with "YJ" and excluding those ending with "-0".
I'm able to do it from GUI, but I would generate the report specifying those parameters in pom.xml, if it has sense.
How can I configure the pom.xml in order to generate a "Synthesis Report" and specifying filtering parameters?
Thanks
Take a look at jmeter-graph-tool-maven-plugin, it provides the functionality which is similar to JMeterPluginsCMD Command Line but from the Maven POM
Something like: