Skip to content

[Improvement] Merge runtags, version and customfilters into customfilters #290

@timdegroot1996

Description

@timdegroot1996

Currently there are 3 types of "filters" you can provide to your runs.

  1. tags which are set on the output.xml level and with the --outputfolder or --output parameter.
  2. projectversion which you set with --projectversion also on the output level but with a custom parameter.
  3. customfilters which you set with --customfilters and these are also on the output level but again with another custom parameter.

The "nicest" implementation is the customfilters one since that one scales infinitely and can also handle filters like tags or versions that are now separately added. In the future it would be nice to make this all into a single CLI option which is customfilters so that everything works the same.

Design decisions when implementing:

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions