fix: check WDA summary logs

This commit is contained in:
debugtalk
2022-09-27 22:16:09 +08:00
parent 7c353a0283
commit 732f756778
12 changed files with 61 additions and 64 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"` // TODO
Logs interface{} `json:"logs,omitempty" yaml:"logs,omitempty"`
Records []*StepResult `json:"records" yaml:"records"`
RootDir string `json:"root_dir" yaml:"root_dir"`
}