mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-28 19:11:28 +08:00
feat: dump log for each testcase
This commit is contained in:
@@ -147,8 +147,9 @@ class StepData(BaseModel):
|
||||
|
||||
|
||||
class TestCaseSummary(BaseModel):
|
||||
name: Text = ""
|
||||
success: bool = False
|
||||
name: Text
|
||||
success: bool
|
||||
case_id: Text
|
||||
time: TestCaseTime
|
||||
in_out: TestCaseInOut = {}
|
||||
log: Text = ""
|
||||
|
||||
Reference in New Issue
Block a user