fix:stage

This commit is contained in:
gongwenxin
2025-08-08 01:07:16 +08:00
parent 8df41527d6
commit a472abbd51
11 changed files with 514851 additions and 1710 deletions
+4 -3
View File
@@ -2699,9 +2699,10 @@ class APITestOrchestrator:
summary.add_error("Could not parse APIs from DMS service.")
summary.finalize_summary()
return summary, None
self.run_stages_from_spec(parsed_spec, summary)
# 🔧 移除重复的run_stages_from_spec调用
# Stage执行将在主程序中统一处理
summary = self._execute_tests_from_parsed_spec(parsed_spec, summary, categories=categories, custom_test_cases_dir=custom_test_cases_dir)
summary.finalize_summary()
return summary, parsed_spec