Skip to content

Customizable group names

Philipp Zschumme requested to merge feature_customizable_groups into master

This MR adds the possibility to set a group name for each test in the ATC file:

<atc>
  <test name="example system test" group="example">
  ...

The group name will be added to the XML output if the -X option is specified. If no group is specified, the path to the atc (relative to the current dir) will be taken as the group title as usual.

Merge request reports