YevhenPiskun
YevhenPiskun
> Attach JSON file cucumber-report.json file has information about tags for elements and feature. But object Element has empty array 'tags'. Can't attach JSON file because github doesn't support that...
[cucumber-report.txt](https://github.com/damianszczepanik/cucumber-reporting/files/9918856/cucumber-report.txt)
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...
Object Element which represent scenario has empty Tag[] tags field. It doesn't collect information about tags in scenario https://www.dropbox.com/s/k67h1amcjy1ho02/2022-10-31%2013_03_45-Window.png?dl=0
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...