-
Notifications
You must be signed in to change notification settings - Fork 115
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 does not display any info #2169
Comments
Thanks for reporting the bug! |
I can send you junit xml and html report if needed |
That'd be helpful. You can send it to [email protected] |
@bootstraponline After some investigation i found out that Html report gets broken when JSON that is being inserted into |
Json example that breaks HTML report
|
Working JSON
|
The problem seems to be happening with escaping double quotes in test results(
So the workaround would be to replace
Temp workaround that worked for me :
|
Describe the bug
I am running tests using Flank(v 21.09) in Firebase, some test runs would generate an empty html report but Junit report does have a failed tests.
To Reproduce
Expected behavior
Html report is generated properly for all failed tests
Details (please complete the following information):
No
21.09
Additional context
flank.yml
The text was updated successfully, but these errors were encountered: