fix(测试计划): 修复从列表查看报告只显示了功能测试结果的问题

This commit is contained in:
shiziyuan9527 2021-03-24 16:24:51 +08:00
parent bd0a6132e6
commit bc96579638
1 changed files with 3 additions and 0 deletions

View File

@ -611,6 +611,9 @@ public class TestPlanService {
List<ReportComponent> components = ReportComponentFactory.createComponents(componentIds.toJavaList(String.class), testPlan);
List<Issues> issues = buildFunctionalCaseReport(planId, components);
buildApiCaseReport(planId, components);
buildScenarioCaseReport(planId, components);
buildLoadCaseReport(planId, components);
TestCaseReportMetricDTO testCaseReportMetricDTO = new TestCaseReportMetricDTO();
components.forEach(component -> {