feat: dump log for each testcase

This commit is contained in:
debugtalk
2020-05-22 12:14:10 +08:00
parent 814da4f1e8
commit 07ec852f6c
4 changed files with 56 additions and 35 deletions

View File

@@ -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 = ""