refactor: merge ios and android style

This commit is contained in:
debugtalk
2022-10-12 21:07:57 +08:00
parent daa62486c5
commit c59a0c45b9
11 changed files with 212 additions and 781 deletions

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")