fix(场景自动化): 批量运行场景用例-串行-node资源池运行,执行完后没有显示结果 #1005235
--bug=1005235 --user=赵勇 【接口测试】批量运行... https://www.tapd.cn/55049933/s/1026267
This commit is contained in:
parent
494fde0985
commit
4837231ae1
|
@ -190,7 +190,7 @@
|
|||
<!-- 执行结果 -->
|
||||
<el-drawer :visible.sync="runVisible" :destroy-on-close="true" direction="ltr" :withHeader="true" :modal="false"
|
||||
size="90%">
|
||||
<sysn-api-report-detail @refresh="search" :infoDb="infoDb" :report-id="reportId" :currentProjectId="projectId"/>
|
||||
<sysn-api-report-detail @refresh="search" :debug="true" :scenario="currentScenario" :scenarioId="scenarioId" :infoDb="infoDb" :report-id="reportId" :currentProjectId="projectId"/>
|
||||
</el-drawer>
|
||||
<!-- 执行结果 -->
|
||||
<el-drawer :visible.sync="showReportVisible" :destroy-on-close="true" direction="ltr" :withHeader="true" :modal="false"
|
||||
|
|
Loading…
Reference in New Issue