multiple-cucumber-html-reporter icon indicating copy to clipboard operation
multiple-cucumber-html-reporter copied to clipboard

Hide custom metadata on user choice

Open BaCaRoZzo opened this issue 3 years ago • 1 comments

Is your feature request related to a problem? Please describe. The features table in the overview has a search field which let the user filter features based on the search. In our company we provide a rich description field for each feature. By adding the description to the metadata we can indeed search for words in the description and thus filter the feature files on the basis of that. However, the description is long and by adding it to the metadata the report looks awful.

Our description is an example but I think the same can apply to a keywords field containing multiple search keyword: those can be used to filter the feature but doesn't necessarily need to be shown in the report's table.

Describe the solution you'd like Afaict the bootstrap table provides means to hide columns. If we augment the metadata input with a hidden field - or something like that - we can effectively allow the user to add a field to the metadata and hide it at the same time, if needed. Ofc the default would be hidden: false so that existing reports are unaffected.

Describe alternatives you've considered We thought about adding a keywords field but that is too time consuming for our testers at the moment and if the list becomes too big we would still stumble upon the UI issues I was mentioning at the beginning.

Additional context Nothing to mention.

BaCaRoZzo avatar Oct 12 '22 06:10 BaCaRoZzo

@wswebcreation would you allow such a change? And if yes...do you have any idea how to do that? 😅 I've tried to play around with the linked options before opening the issue but to no avail. I'm ofc open to other options too. This was just what I thought when my colleague pointed out the problem. Thanks in advance.

BaCaRoZzo avatar Oct 12 '22 06:10 BaCaRoZzo