All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates_freemarker.template_div_result.ftl Maven / Gradle / Ivy

HTML KPIs Result From JMeter Report Csv

Files In

File with KPIs${globalResult.kpiFile}
File JSON Stats${globalResult.jsonJmeterStats}

Test Summary

Number of failed testsstyle="color:Red;bold">${globalResult.numberFailed}
Number of tests${globalResult.numberOfKpis}

Table KPIs Results

<#list globalResult.checkKpiResults as checkKpiResult>
name_kpimetric_json_attributelabel_regexcomparatorthresholdresultfail_msg
${checkKpiResult.nameKpi} ${checkKpiResult.metricJsonAttribute} ${checkKpiResult.labelRegex} ${checkKpiResult.comparator} ${checkKpiResult.threshold} <#if checkKpiResult.kpiFail>fail<#else>sucess <#if checkKpiResult.kpiFail>${checkKpiResult.failMessage}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy