feat: log uixt action

This commit is contained in:
lilong.129
2024-11-11 11:13:04 +08:00
parent ec72cb8904
commit 8e7ac41841
5 changed files with 30 additions and 1 deletions
+4
View File
@@ -650,6 +650,10 @@ func (r *SessionRunner) RunStep(step IStep) (stepResult *StepResult, err error)
return stepResult, nil
}
func (r *SessionRunner) GetSummary() *TestCaseSummary {
return r.summary
}
func (r *SessionRunner) parseStepStruct(step IStep) error {
caseConfig := r.caseRunner.TestCase.Config.Get()
stepConfig := step.Config()