mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-11 18:11:21 +08:00
feat: add MCP plugin support and optimize AI service configuration
- Add UIXT runner with MCP plugin support - Refactor AI service options handling - Optimize configuration parsing for LLM and CV services - Update dependencies to latest versions
This commit is contained in:
@@ -76,8 +76,12 @@ func (s *Summary) AddCaseSummary(caseSummary *TestCaseSummary) {
|
||||
}
|
||||
}
|
||||
|
||||
func (s *Summary) GetResultsPath() string {
|
||||
return config.GetConfig().ResultsPath()
|
||||
}
|
||||
|
||||
func (s *Summary) GenHTMLReport() error {
|
||||
reportsDir := config.GetConfig().ResultsPath()
|
||||
reportsDir := s.GetResultsPath()
|
||||
|
||||
// Find summary.json and hrp.log files
|
||||
summaryPath := filepath.Join(reportsDir, "summary.json")
|
||||
|
||||
Reference in New Issue
Block a user