You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to add an option in the configuration, so that we can append sets of Tags filters to a list in order to have multiple Tags tabs or charts created, overriding the default one?
So far I have achieved this by generating multiple reports with different filters, but when the volume of scenarios is huge it could be done internally to improve performance and have all information in one report.
Edit: similarly, there is no need to create new tabs if we could append charts one below another in the same Tab:
Hello.
Would it be possible to add an option in the configuration, so that we can append sets of Tags filters to a list in order to have multiple Tags tabs or charts created, overriding the default one?
Naïvely:
configuration.newTagsChartTab("tab1").excludeTagsFilter(regex);
configuration.newTagsTab("tab2").excludeTagsFilter(regex2);
So far I have achieved this by generating multiple reports with different filters, but when the volume of scenarios is huge it could be done internally to improve performance and have all information in one report.
Edit: similarly, there is no need to create new tabs if we could append charts one below another in the same Tab:
configuration.newTagsChart("tab1").excludeTagsFilter(regex);
configuration.newTagsChart("tab2").excludeTagsFilter(regex2);
Edit: Actually there's no need to override the first Chart, as it is configurable on its own, then it could be nice to append additional charts to it.
The text was updated successfully, but these errors were encountered: