mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-04 23:16:57 +08:00
feat: GetPackageInfo for android
This commit is contained in:
@@ -733,3 +733,7 @@ func (dev *IOSDevice) RunXCTest(bundleID string) (cancel context.CancelFunc, err
|
||||
|
||||
return cancel, nil
|
||||
}
|
||||
|
||||
func (dev *IOSDevice) GetPackageInfo(packageName string) (AppInfo, error) {
|
||||
return AppInfo{}, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user