rajatthareja / ReportBuilder

Ruby gem to merge Cucumber JSON reports and build mobile-friendly HTML Test Report, JSON report and retry file.
https://reportbuilder.rajatthareja.com
MIT License
81 stars 47 forks source link

Added section for filtering Tags on Summary page. #73

Closed jflohre closed 5 years ago

jflohre commented 5 years ago

Is there already a way to create a section like below? image

We have scenarios that have certain tags(that start with acauto_) that we would like to show up in the report. I found out how to do this and was thinking about making a pull request for this. Basically passing in an option and if that option is true to show the column and if a filter is provided than filter that tags.

Is this possible already?

Thank you

rajatthareja commented 5 years ago

@jflohre Search by tag is already enabled, although the Tags column is hidden.

jflohre commented 5 years ago

This would be mainly to show the tags, and not just a search. The goal would be to easily grab tags from failing test so that my team can easily look into them.

I have the code for this and just need to create a pull request for it. (Then you can take a look and approve/deny it if you don't mind?)

rajatthareja commented 5 years ago

All contributions are greatly appreciated. Feel free to create a pull request.