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

Issue #73 Run Reports with a Filtered Tag #74

Closed jflohre closed 5 years ago

jflohre commented 6 years ago

Add in a way to pass in a tag to filter on through options hash. This will allow users to find and show only one unique tag. For example if all of a reports unique tags start with unq_XXX you can pass in unq and it will filter on and show those tags only.

jflohre commented 6 years ago

I believe the above is failing no matter what. When i commented/deleted out my additional code it failed as well. Please let me know if I am mistaken or if I am doing something wrong.

jflohre commented 5 years ago

Thanks for merging this! Any eta on when the next updated gem release will be?

jflohre commented 4 years ago

@rajatthareja Any chance on updating this gem for rubygems so we can get the merged PR's in?