smicyk / groovy-jmeter

A Groovy-based DSL for building and running JMeter test plans from command line and more.
Apache License 2.0
13 stars 1 forks source link

Summary Report: Include group name in the label? #130

Open AntonioSun opened 3 months ago

AntonioSun commented 3 months ago

In the Summary Report, there is an "Include group name in the label?" option -

image

Is such option controllable with groovy-jmeter? thx

BTW: If “Include group name in the label?” is selected, then the name of the thread group is added as a prefix. This allows identical labels from different thread groups to be collated separately if required.

AntonioSun commented 3 months ago

The corresponding jmx line would be:

<boolProp name="useGroupName">true</boolProp>

AntonioSun commented 3 months ago

NVM, I seems to not able to make it working even in JMeter itself (at least not in the jtl/csv output file). so, feel free to close it or leave it till you're free.