mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-11 23:41:44 +08:00
feat: save testcase HRUN-Request-ID in summary.json
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user