We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da7767d + 7fc3aa1 commit cf0255dCopy full SHA for cf0255d
1 file changed
Framework/Utilities/CommonUtil.py
@@ -488,6 +488,7 @@ def CreateJsonReport(logs=None, stepInfo=None, TCInfo=None, setInfo=None):
488
fail_reason_str = "** Test case Failed on first run but Passed when Rerun **"
489
passed_after_rerun = False
490
testcase_info["execution_detail"]["failreason"] = fail_reason_str
491
+ tc_error_logs = []
492
return
493
if step_id == "none":
494
0 commit comments