-
Notifications
You must be signed in to change notification settings - Fork 403
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
Tags overview report shows wrong count for scenarios and feature #1025
Comments
Attach JSON file |
Here is the JSON: [ |
This is not valid JSON file: |
Not sure why you call it as a invalid JSON, I have not manipulated it and it is generated by Cucumber framework. I have mentioned steps above to replicate the issue. Could you please have a look? |
Because it fails syntax validation |
okay, looks like a bug on Cucumber you mean? |
Issue: Tags overview report shows wrong scenarios and feature count
version: 5.6.0
Steps:
Actual:
Feature tag and scenario tag is in separated rows in the table. Count of scenarios is shown as 2 (Expected: 1) and count of features is shown as 2 (Expected: 1). In this case scenario count should be one and feature count should be one as well. Thus this is contradicting with Feature level report, its showing correct count for feature and scenario.
Please see the screenshots below for both tags and feature reports.
Tags overview:
As scenarios inherit feature tag, I think both feature tag and scenario tag should be in single row.
Feature-overview:
Hi @damianszczepanik,
If this is an issue or if its by design, I would like to know is there any configuration to hide tags overview report when using in Jenkins? I cant see any such configuration fields in Jenkins for this report. Please advise.
The text was updated successfully, but these errors were encountered: