I am trying to customize the JMeter generated report dashboard. I am using Apache JMeter 4.0 version. By using this command
jmeter -g test.csv -o
I am able to create a reporting dashboard. My requirement is I want to add custom tables in the report generated by JMeter( As JMeter generates Statistics, Errors, Top 5 Errors by sampler report by default).
So how can I add a new custom table in the report dashboard?