General Actions:
| ... | ... | @@ -34,7 +34,7 @@ |
| 34 | 34 | println "|(% style='background-color: #${colors.get("NOT_APPLICABLE")}' %)|Not supported" |
| 35 | 35 | if (!descriptions.isEmpty()) { |
| 36 | 36 | println "" |
| 37 | - println "**Test Descriptions**" | |
| 37 | + println "**Test Descriptions** (${ctsTestNames.size()} tests)" | |
| 38 | 38 | ctsTestNames.each() { name -> |
| 39 | 39 | println "|${name}|${descriptions.get(name)}" |
| 40 | 40 | } |