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

Open
#465 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
35/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
java, mongodb
Domain
databases, testing

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.

Description

enhancement :star:
Is there an existing issue for this?
  • I had searched in the 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!
Dominant language
Java
Stars
566
Forks
141
Avg merge
36m
Merged PRs (30d)
2

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from arextest/arex-agent-java

All issues in arextest/arex-agent-java

Similar issues

More Java issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.