Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] 由于新增依赖(如接口中新增数据库查询操作)导致回放失败时,建议回显失败原因以降低失败case排查成本 #571

Open
1 of 2 tasks
shaorenqiang opened this issue Sep 26, 2024 · 2 comments
Assignees
Labels
enhancement ⭐ New feature or request good first issue 👍 Good for newcomers

Comments

@shaorenqiang
Copy link

Is there an existing issue for this?

  • I had searched in the issues and found no similar issues.

Description

由于新增依赖(如接口中新增数据库查询操作)导致回放失败时,建议回显失败原因以降低失败case排查成本。

背景:
1、由于功能迭代,接口中新增了依赖,比如新增了查询数据库、调用三方接口等代码,在回放时会出现空指针异常,进而导致回放失败;
2、回放失败本身无问题,只是当录制的case量比较大时,排查失败case的成本会比较高。

期望:
建议官方在保持原流程不变的情况下,能够对新增依赖导致的失败进行枚举,并支持在web端可以查看这类失败原因

Solution

保持原流程不变的情况下,能够对新增依赖导致的失败进行枚举,并支持在web端可以查看这类失败原因

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!
@shaorenqiang shaorenqiang added the enhancement ⭐ New feature or request label Sep 26, 2024
@lucas-myx lucas-myx self-assigned this Oct 3, 2024
@lucas-myx lucas-myx added the good first issue 👍 Good for newcomers label Oct 3, 2024
@lucas-myx
Copy link
Collaborator

#474

@claywong
Copy link

期待增加该特性

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement ⭐ New feature or request good first issue 👍 Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants