fix: failed to record the step of occuring error in the html report

This commit is contained in:
xucong053
2022-07-01 16:41:33 +08:00
parent 6b2a13262c
commit 1298708ad0
4 changed files with 34 additions and 30 deletions
+1
View File
@@ -199,5 +199,6 @@ func newSummary() *TestCaseSummary {
Stat: &TestStepStat{},
Time: &TestCaseTime{},
InOut: &TestCaseInOut{},
Records: []*StepResult{},
}
}