mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-06 07:57:27 +08:00
refactor: move sessionId to driver.session
This commit is contained in:
@@ -652,7 +652,7 @@ func runStepMobileUI(s *SessionRunner, step *TStep) (stepResult *StepResult, err
|
||||
for key, value := range session.GetAll() {
|
||||
attachments[key] = value
|
||||
}
|
||||
session.Clear() // clear step cache
|
||||
session.Init() // clear step cache
|
||||
stepResult.Attachments = attachments
|
||||
}()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user