As a user, i want to see custom filters in "Filters" section in Dashboard.
How to:
- when running rf-dashboards:
robot_dashboard ... --custom_filter="ComponentARelease:ComponentBRelease" --custom_filter="TestRelease"
- when pushing xml:
curl -X POST ... -F "tags=$ROBOT_TAGS" -F "custom_filters=ComponentARelease=1.1:ComponentBRelease=2.5:TestRelease=10.6"
Tags are useful. But it is not always easy to maintain group of tags. It is better to have them in another custom filter. So, that as i user, i will add many tags and after its aim is determined and does not change over time, i will create custom filter for them.
As a user, i want to see custom filters in "Filters" section in Dashboard.
How to:
robot_dashboard ... --custom_filter="ComponentARelease:ComponentBRelease" --custom_filter="TestRelease"curl -X POST ... -F "tags=$ROBOT_TAGS" -F "custom_filters=ComponentARelease=1.1:ComponentBRelease=2.5:TestRelease=10.6"Tags are useful. But it is not always easy to maintain group of tags. It is better to have them in another custom filter. So, that as i user, i will add many tags and after its aim is determined and does not change over time, i will create custom filter for them.