fix: trigger wda logs with usbmux

This commit is contained in:
debugtalk
2022-09-30 13:24:26 +08:00
parent 600a1cfa93
commit 20d093a735
10 changed files with 69 additions and 83 deletions
+1 -1
View File
@@ -151,7 +151,7 @@ type TestCaseSummary struct {
Stat *TestStepStat `json:"stat" yaml:"stat"`
Time *TestCaseTime `json:"time" yaml:"time"`
InOut *TestCaseInOut `json:"in_out" yaml:"in_out"`
Logs string `json:"logs,omitempty" yaml:"logs,omitempty"`
Logs []interface{} `json:"logs,omitempty" yaml:"logs,omitempty"`
Records []*StepResult `json:"records" yaml:"records"`
RootDir string `json:"root_dir" yaml:"root_dir"`
}