mirror of
https://github.com/httprunner/httprunner.git
synced 2026-08-04 21:17:01 +08:00
fix: update StartTime to use UnixMilli for better precision across step functions
This commit is contained in:
@@ -51,7 +51,7 @@ func (s *StepTestCaseWithOptionalArgs) Run(r *SessionRunner) (stepResult *StepRe
|
||||
Name: s.Name(),
|
||||
StepType: s.Type(),
|
||||
Success: false,
|
||||
StartTime: start.Unix(),
|
||||
StartTime: start.UnixMilli(),
|
||||
}
|
||||
|
||||
defer func() {
|
||||
|
||||
Reference in New Issue
Block a user