go-httpwrapper icon indicating copy to clipboard operation
go-httpwrapper copied to clipboard

【需求】压测场景比较复杂时,需要接口之间参数传递。详细场景描述见具体issue

Open newgrand-test opened this issue 3 years ago • 0 comments

压测场景描述: 一个压测业务链路,包含多个api,其中api A中response中的参数phid,需要作为下一个接口或多个接口的接口入参。 需求: 需要添加参数提取功能。格式如:"extract": {"phid_pc": "content.KeyCodes.0"} 需要支持 jsonpath 或regexp 等常见参数提取操作。

newgrand-test avatar Jun 03 '21 08:06 newgrand-test