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

1.希望支持对回放的流量进行批量固化 2.希望可以在页面上支持固化流量回放,并且可以对标签进行筛选 3.选择录制的流量进行回放时,可以根据请求头中的值进行筛选 #673

Open
2 tasks done
elevemonkey opened this issue May 31, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@elevemonkey
Copy link

Is there an existing issue for this?

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

Description

流量回放不仅是对线上的环境进行录制,也支持对测试环境的录制,这次的视角主要针对测试环境;
测试环境一般都是在新功能进行测试时录制,录制过后进行流量整理,删除一些不重要或者错误的流量,固化一些值得保留的流量(多人团队合作测试情况下,不及时固化流量,录制的的流量会变得很杂乱)。以便开发改完bug后,或者上线前进行流量回归,以避免开发最后细微的修改却影响到之前已经通过的测试场景。
1.目前只支持单个固化用例,效率太慢,批量覆盖必不可少,因为比如一次功能迭代的测试会需要很多用例被固化
2.希望页面上支持固化流量回放:一般功能A我们就会打上功能A的标签,功能A这次迭代可能涉及多个服务,我可以根据功能A的标签筛选进行回放,同时把功能A涉及的几个服务都回放了。
3.现在都敏捷开发,同一个时期会有2个以上的功能同时需要测试,暂时性的合并了分支进行测试,但是各自的测试人员进行固化的时候需要知道这是由A功能测试过程中产出的流量,现在想到的就是接口测试请求头中加个字段,所以后面回放的时候,可以根据请求头筛选

Solution

Related issues

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!
@elevemonkey elevemonkey added the enhancement New feature or request label May 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant