grasshopper7 / extentreports-cucumber7-adapter

Cucumber-JVM 7 Adapter for Extent Framework
https://ghchirp.online/3196/
MIT License
17 stars 8 forks source link

Add support for status filter for PDF report #16

Closed grasshopper7 closed 1 year ago

grasshopper7 commented 1 year ago

Added in version 1.8.4

prtraj2 commented 1 year ago

@grasshopper7 When using status filter the exception tab is not shown in the html report. I used extent.reporter.statusfilter=pass,fail and see that no exception icon is present on the left hand side between tests, category, dashboard, etc.

prtraj2 commented 1 year ago

Can we have a filter just for the PDF report and not for both html and PDF?

grasshopper7 commented 1 year ago

@grasshopper7 When using status filter the exception tab is not shown in the html report. I used extent.reporter.statusfilter=pass,fail and see that no exception icon is present on the left hand side between tests, category, dashboard, etc.

Can u add a link to the generated report?

grasshopper7 commented 1 year ago

Can we have a filter just for the PDF report and not for both html and PDF?

I am using an existing functionality of extent report to make this work. Separate report filters will be additional work. Also it will generate reports with different results which I am not sure is the right way to go. U can create a new issue and I will have a look later on.