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 -
- how to change OK/KO when the JMX is executed using maven. What properties do i need to change/add in order to achieve this for maven?
- Is there a way to customize the report to have additional details like "Total Duration", "Environment", "Description of Test" under Test and Report information section or anywhere else?
- If it is not achievable using the default report available, are there any other JMeter report plugin's for maven?