arextest / arextest/arex-agent-java
录制的用例列表, 支持根据参数查询
- Dominant language
- Java
- Stars
- 564
- Forks
- 140
- Avg merge
- 36m
- Merged PRs (30d)
- 2
Description
### Is there an existing issue for this?
- [X] I had searched in the [issues](https://github.com/arextest/arex-agent-java/issues) and found no similar issues.
### 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?
- [ ] Yes I am willing to submit a pull request on my own!
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue concerns the recorded-case list and Mongo storage, where encoded data currently prevents parameter searches. No file, test, or entry point is named; first locate the recorded-case listing and storage paths, then define how decoded field matching should work. Done means users can find cases by a parameter such as a user while retaining record-id lookup.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, mongodb
- Domain
- databases, testing
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100