feat: save testcase HRUN-Request-ID in summary.json

This commit is contained in:
debugtalk
2020-03-13 19:47:54 +08:00
parent 498bcabae0
commit 82d28344f5
2 changed files with 3 additions and 0 deletions

View File

@@ -201,6 +201,7 @@ class HttpRunner(object):
)
testcase_summary["log"] = logs_file_abs_path
testcase_summary["HRUN-Request-ID"] = testcase.runner.hrun_request_id
summary["details"].append(testcase_summary)
return summary