Reputation: 39
I have multiple jmx files which are committed to gitpipeline for CI. End users are not fine with reports showing OK/KO and requested us to change the same and also asked us to add few details like total time take for the execution, description of the test and environment/hostname used.
Solutions am looking for -
Upvotes: 0
Views: 230
Reputation: 168217
KO
and OK
labels are not controllable by any JMeter properties, you will have to go into /bin/report-template/content/js/dashboard.js.fmkr and change the labels thereGet familiarized with Apache FreeMarker template engine, this is what JMeter is using under the hood in order to produce the dashboard.
Alternatively you can consider a 3rd-party results analysis solution like BM.Sense which reports test duration out of the box and provides possibility to add comments to the execution.
Upvotes: 0