mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-09 17:59:36 +08:00
feat: get wda logs
This commit is contained in:
@@ -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")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user