-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTML Report includes all features, not listening to tag filtering. #1444
Comments
Hi and thanks for the report, Both issues should be fixed by cucumber#1111 That said, the not executed feature will still be in the HTMl report, but hidden by default. Would that be enough for you ? |
@vincent-psarga One question about the above. Would this only be for features that are tagged but excluded? Or would this be for all different "types" of permutations. i.e. Features in certain directory (Would the other features not ran be in the report hidden) Reason I ask is some companies would have a features directory with say 500 features, but only ever run 20 per execution. So if the report is creating data for 500 features, it would be a lot of excess work? |
That's a good question :) The features/scenarios will be in the HTML report if they have been parsed by Cucumber.
I don't think it'd be a huge investment to really remove the not executed feature in the HTML report, it's a use case that we did not think of before. |
is there a timeline on when this issue can be fixed. |
the PR (cucumber#1111) about the |
@vincent-psarga Thank you. waiting for the release. |
Hi Updated to Cucumber 5.0.0 and now all my html reports are being generated as Blank. (JSON is not empty.) |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in a week if no further activity occurs. |
This issue has been automatically closed because of inactivity. You can support the Cucumber core team on opencollective. |
Describe the bug
When using the HTML Formatter for --format, I get an HTML document that contains all features, even ones that were not executed during the test run. Each feature is in a collapsable container, also there is no header with the run stats.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
HTML report to be generated with only features that were executed.
Context & Motivation
This is breaking the report runner that I use to aggregate several cucumber test runs into a summary report.
Your Environment
The text was updated successfully, but these errors were encountered: