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

@@ -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"`
Log string `json:"log,omitempty" yaml:"log,omitempty"` // TODO
Logs string `json:"logs,omitempty" yaml:"logs,omitempty"` // TODO
Records []*StepResult `json:"records" yaml:"records"`
RootDir string `json:"root_dir" yaml:"root_dir"`
}