mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-01 22:09:35 +08:00
change: rename step start time field
This commit is contained in:
@@ -569,7 +569,7 @@ func (r *SessionRunner) Start(givenVars map[string]interface{}) error {
|
||||
stepStartTime := time.Now().Unix()
|
||||
stepResult, err = step.Run(r)
|
||||
stepResult.Name = stepName + loopIndex
|
||||
stepResult.Time = stepStartTime
|
||||
stepResult.StartTime = stepStartTime
|
||||
|
||||
r.updateSummary(stepResult)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user