mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-05 23:51:25 +08:00
feat: integrate MCP tools with UI actions and improve environment variable inheritance
This commit is contained in:
@@ -825,6 +825,7 @@ func runStepMobileUI(s *SessionRunner, step IStep) (stepResult *StepResult, err
|
||||
continue
|
||||
}
|
||||
|
||||
// call MCP tool to execute action
|
||||
err = uiDriver.ExecuteAction(context.Background(), action)
|
||||
actionResult.Elapsed = time.Since(actionStartTime).Milliseconds()
|
||||
stepResult.Actions = append(stepResult.Actions, actionResult)
|
||||
|
||||
Reference in New Issue
Block a user