feat: save video stat to summary

This commit is contained in:
lilong.129
2023-04-30 00:13:18 +08:00
parent 6b764c5649
commit a69db8500c
3 changed files with 8 additions and 1 deletions

View File

@@ -619,6 +619,7 @@ func runStepMobileUI(s *SessionRunner, step *TStep) (stepResult *StepResult, err
cacheData := uiDriver.GetStepCacheData()
attachments["screenshots"] = cacheData.ScreenShots
attachments["ocr_results"] = cacheData.OcrResults
attachments["video_stat"] = cacheData.VideoStat
stepResult.Attachments = attachments
}()