-
Notifications
You must be signed in to change notification settings - Fork 98
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
Using Hierarchical Tags in 1.2.0 is broken when generating html report #868
Comments
Hi, |
Managed to reproduce the bug. Feature still seems to work with version 1.1.0 |
apparently the issue occurs with this commit: fd97825. It appears that the parent tags do not get written into the tagMap.js anymore. |
Identified the root cause. There was a side-effect in the tag creation process that seemed irrelevant but actually ensured that the report model knew the parent tags of a given tag. |
Thank you for the fast resolution |
@jadhindieh Thanks for reporting. I have an idea how that came to pass. |
@jadhindieh I think I found the cause, but I want to take some more time to consolidate the code and maybe come up with another test or two. |
I tried creating Hierarchical tags in jgiven 1.2.0 and the html report never opens. using a single tag in the 1.2.0 we do get an html report.
To reproduce:
I have tested this scenario on 0.17.1 and I was able to get an html report, but when I upgrade to 1.2.0, I lose the html report.
please find attached the screenshots of scenario and results:
no change to code
html tags results:
The text was updated successfully, but these errors were encountered: