refactor: SessionRunner, remove startTime

This commit is contained in:
lilong.129
2024-08-20 14:36:51 +08:00
parent 6f0aba87be
commit 9b45b05edd
3 changed files with 12 additions and 10 deletions
+3 -1
View File
@@ -196,7 +196,9 @@ func newSummary() *TestCaseSummary {
return &TestCaseSummary{
Success: true,
Stat: &TestStepStat{},
Time: &TestCaseTime{},
Time: &TestCaseTime{
StartAt: time.Now(),
},
InOut: &TestCaseInOut{},
Records: []*StepResult{},
}