arextest / arex-agent-java

Lightweight Java agent for traffic capture and replay, enhancing testing and debugging.
https://doc.arextest.com/
Apache License 2.0
416 stars 83 forks source link

录制的用例列表, 支持根据参数查询 #465

Open claywong opened 2 months ago

claywong commented 2 months ago

Is there an existing issue for this?

Description

我需要在项目众多回放case里面找到我需要的,目前的交互比较难 提供了record-id的很好找及回放

如果想查找某个特殊情况的回放case就很难了,比如我想查某个用户的回放case列表

Solution

目前mongo存储的格式是encode之后的,没办法查询 如果decode,可以用find(regex("field","keyword"))来解决

Related issues

No response

Are you willing to submit a pull request to implement this on your own?