mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-11 18:11:21 +08:00
feat: add PullImages for ADBDriver
This commit is contained in:
@@ -68,6 +68,7 @@ type IDriver interface {
|
||||
|
||||
// image related
|
||||
PushImage(localPath string) error
|
||||
PullImages(localDir string) error
|
||||
ClearImages() error
|
||||
|
||||
// triggers the log capture and returns the log entries
|
||||
|
||||
Reference in New Issue
Block a user