mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-02 22:39:42 +08:00
feat: add PushImage/ClearImages in IDriver
This commit is contained in:
@@ -66,6 +66,10 @@ type IDriver interface {
|
||||
AppTerminate(packageName string) (bool, error)
|
||||
AppClear(packageName string) error
|
||||
|
||||
// image related
|
||||
PushImage(localPath string) error
|
||||
ClearImages() error
|
||||
|
||||
// triggers the log capture and returns the log entries
|
||||
StartCaptureLog(identifier ...string) error
|
||||
StopCaptureLog() (result interface{}, err error)
|
||||
|
||||
Reference in New Issue
Block a user