mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-11 18:11:21 +08:00
feat: add ClearFiles(paths ...string)
This commit is contained in:
@@ -71,6 +71,9 @@ type IDriver interface {
|
||||
PullImages(localDir string) error
|
||||
ClearImages() error
|
||||
|
||||
// files related
|
||||
ClearFiles(paths ...string) 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