refactor: merge ios and android style

This commit is contained in:
debugtalk
2022-10-12 22:38:52 +08:00
parent 6b2b662bb1
commit c22b38f76f
11 changed files with 212 additions and 781 deletions
-1
View File
@@ -406,7 +406,6 @@ func (r *testCaseRunner) parseConfig() error {
}
iosDeviceConfig.UDID = udid.(string)
}
device, err := uixt.NewIOSDevice(uixt.GetIOSDeviceOptions(iosDeviceConfig)...)
if err != nil {
return errors.Wrap(err, "init iOS device failed")