-
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
Object Element which represent scenario has empty Tag[] tags field #1080
Comments
Attach JSON file |
cucumber-report.json file has information about tags for elements and feature. But object Element has empty array 'tags'. |
Tags presents in report but on object's level Element has empty Tag[] tags field. I need it because I want to get information about test run results and update TestRail run based on it. So, that is why I get access to ReportBuilder object using Java reflection and work with ReportResult object. And object Element has empty Tag[] tags field. I have a screenshot but I can't attach it to this issue |
Sorry the problem is not clear |
Object Element which represent scenario has empty Tag[] tags field. It doesn't collect information about tags in scenario |
Attach JSON here |
JSON the same as above. So, there is no issue with JSON file. The issue only when we work with Element objects using Java reflection. You can try to generate any report put a break point and you will see that 'tags' field inside Element object will be empty. Looks like on Feature level you save tags but on Element level - no
|
This is still not clear and based on report http://damianszczepanik.github.io/cucumber-html-reports/overview-tags.html elements/scenarios have tags assigned properly |
Object Element which represent scenario has empty Tag[] tags field. It doesn't collect information about tags in scenario
The text was updated successfully, but these errors were encountered: