fix (接口测试): 自定义脚本调试未显示结果问题修复
https://www.tapd.cn/55049933/bugtrace/bugs/view/1155049933001008720
This commit is contained in:
parent
1ad331c09a
commit
e270f0e27a
|
@ -23,7 +23,7 @@ export function STEP() {
|
|||
['CustomizeReq', getDefaultSamplerMenu()],
|
||||
['MaxSamplerProxy', getDefaultSamplerMenu()],
|
||||
['GenericController', getAll()],
|
||||
['AllSamplerProxy', ["HTTPSamplerProxy", "DubboSampler", "JDBCSampler", "TCPSampler", "Sampler", "AbstractSampler"]],
|
||||
['AllSamplerProxy', ["HTTPSamplerProxy", "DubboSampler", "JDBCSampler", "TCPSampler", "Sampler", "AbstractSampler","JSR223Processor"]],
|
||||
['DEFINITION', ["HTTPSamplerProxy", "DubboSampler", "JDBCSampler", "TCPSampler"]],
|
||||
['AllCanExecType', ["HTTPSamplerProxy", "DubboSampler", "JDBCSampler", "TCPSampler", "JSR223Processor", "AbstractSampler"]]]);
|
||||
return map
|
||||
|
|
Loading…
Reference in New Issue