mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-31 21:39:41 +08:00
feat: save video stat to summary
This commit is contained in:
@@ -50,6 +50,8 @@ type cacheStepData struct {
|
||||
ScreenShots []string
|
||||
// cache step screenshot ocr results, key is image path, value is dumped OCRTexts
|
||||
OcrResults map[string]string
|
||||
// cache feed/live video stat
|
||||
VideoStat *VideoStat
|
||||
}
|
||||
|
||||
type DriverExt struct {
|
||||
|
||||
Reference in New Issue
Block a user