mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-10 23:12:41 +08:00
feat: add ClearFiles(paths ...string)
This commit is contained in:
@@ -1002,6 +1002,11 @@ func (wd *WDADriver) ClearImages() error {
|
||||
return err
|
||||
}
|
||||
|
||||
func (wd *WDADriver) ClearFiles(paths ...string) error {
|
||||
log.Warn().Msg("ClearFiles not implemented in WDADriver")
|
||||
return nil
|
||||
}
|
||||
|
||||
type wdaResponse struct {
|
||||
Status int `json:"status"`
|
||||
SessionID string `json:"sessionId"`
|
||||
|
||||
Reference in New Issue
Block a user