parent
ac9afccb6c
commit
6b2061547c
|
@ -1335,8 +1335,8 @@ public class TestPlanReportService {
|
||||||
//查找UI测试报告结果
|
//查找UI测试报告结果
|
||||||
if (DiscoveryUtil.hasService(MicroServiceName.UI_TEST)) {
|
if (DiscoveryUtil.hasService(MicroServiceName.UI_TEST)) {
|
||||||
LogUtil.info("测试计划报告【" + testPlanReportContentWithBLOBs.getTestPlanReportId() + "】开始查找UI测试报告结果");
|
LogUtil.info("测试计划报告【" + testPlanReportContentWithBLOBs.getTestPlanReportId() + "】开始查找UI测试报告结果");
|
||||||
Map<String, String> testPlanLoadCaseIdAndReportIdMap = this.parseCaseReportMap(testPlanReportContentWithBLOBs.getPlanLoadCaseReportStruct());
|
Map<String, String> testPlanUiCaseIdAndReportIdMap = this.parseCaseReportMap(testPlanReportContentWithBLOBs.getPlanUiScenarioReportStruct());
|
||||||
if (MapUtils.isNotEmpty(testPlanLoadCaseIdAndReportIdMap)) {
|
if (MapUtils.isNotEmpty(testPlanUiCaseIdAndReportIdMap)) {
|
||||||
ApiPlanReportRequest request = new ApiPlanReportRequest();
|
ApiPlanReportRequest request = new ApiPlanReportRequest();
|
||||||
request.setConfig(reportConfig);
|
request.setConfig(reportConfig);
|
||||||
request.setPlanId(testPlanId);
|
request.setPlanId(testPlanId);
|
||||||
|
|
Loading…
Reference in New Issue