Publish test report in docx, pdf, confluence

65 views
Skip to first unread message

Mehrdad

unread,
Oct 25, 2024, 1:08:38 AM10/25/24
to jmeter-plugins
Hi
Need to publish results of custom test report in these format docx, pdf, confluence


Is there any way to do this better? Any plugin?

Thanks


Vincent Daburon

unread,
Oct 28, 2024, 5:29:42 AM10/28/24
to jmeter-plugins
I create a static web site with graphs and reports and a index.html page with :
1) maven plugin jmeter-graph-tool-maven-plugin (https://github.com/vdaburon/jmeter-graph-tool-maven-plugin): Filtred result and create graphs and csv (aggregate, summary, synthesis reports) results
2) csv rapport to Html convert csv aggregate, summary, synthesis reports in partial html page contains array of results (https://github.com/vdaburon/JMReportCsvToHtml)
3) create a html page from files in a directory (a page with all images and partial html array reports) https://github.com/vdaburon/CreateHtmlForFilesInDirectory
4) Use tool to convert a html page in pdf or word formats (likes : openhtmltopdf https://github.com/danfickle/openhtmltopdf)

You could also create graphs and reports with cli tool JMeter Plugins CMDRunner  (https://jmeter-plugins.org/wiki/JMeterPluginsCMD/) instead of maven  plugin  jmeter-graph-tool-maven-plugi.

Extract from static web site generated, index.html open in a web browser :
html_extract.png

Regards.
Vincent DAB.


I

Mehrdad

unread,
Oct 29, 2024, 5:44:42 PM10/29/24
to jmeter-plugins
It just show reports of jmeter, i have metrics that store in monitoring database, need to add them to this report, any idea?

Vincent Daburon

unread,
Oct 31, 2024, 4:34:32 AM10/31/24
to jmeter-plugins
It's not a JMeter report but a grafana report and how export graphs from grafana dashboards ?
Look at grafana documentation and grafana groups.
Reply all
Reply to author
Forward
0 new messages