-
Notifications
You must be signed in to change notification settings - Fork 35
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
When ever a null value is sent to report. the report doesnot show any data in that testcase #13
Comments
Full Json { |
please make a generic fix to deal with any null value.. i am using LoggingBean to log my own commands to reports while working with apis to log request and response .. also i am injecting runtimeTest data into CURRENT_TEST_RESULT . so that i can see full picture of test data in report.. if any null values are sent .. then the report wont show any data for that . But current issue has occured when message is null, nothing related to my changes |
made a temporary fix for now in qaf_dashboard.js function escapHtml(str){ in vkbeautify.0.99.00.beta.js vkbeautify.prototype.xmlmin = function(text, preserveComments) {
} |
You can try downloading latest dashboard it should not have such issue refer. If you find issue with latest dashboard feel free to reopen this issue with steps to reproduce. |
This issue is there |
More details. below is partial json .. please notice message is null
"subCheckPoints": [
{
"message": null,
"type": "Fail",
"screenshot": null,
The text was updated successfully, but these errors were encountered: