mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-05 15:37:35 +08:00
feat: add PushFile for ADBDriver
This commit is contained in:
@@ -72,6 +72,7 @@ type IDriver interface {
|
||||
ClearImages() error
|
||||
|
||||
// files related
|
||||
PushFile(localPath string, remoteDir string) error
|
||||
PullFiles(localDir string, remoteDirs ...string) error
|
||||
ClearFiles(paths ...string) error
|
||||
|
||||
|
||||
Reference in New Issue
Block a user