feat: get wda logs

This commit is contained in:
debugtalk
2022-09-22 21:11:38 +08:00
parent 9004f84791
commit 35225d97ff
17 changed files with 201 additions and 60 deletions

View File

@@ -386,7 +386,7 @@ func (r *testCaseRunner) parseConfig() error {
// init iOS WDA clients
for _, iosDeviceConfig := range r.parsedConfig.IOS {
_, err := r.hrpRunner.InitWDAClient(iosDeviceConfig.WDADevice)
_, err := r.hrpRunner.InitWDAClient(iosDeviceConfig)
if err != nil {
return errors.Wrap(err, "init iOS WDA client failed")
}