希望计算回放通过率时能标记跳过一些无效用例
Open
- Dominant language
- TypeScript
- Stars
- 86
- Forks
- 40
- PR merge metrics
- No merged PRs in 30d
Description
我们提测时会触发回放,领导想用回放通过率作为测试通过的一个标准(低于80%的不能通过测试),但是实践起来发现很难保证80%的通过率,由于存在很多由于接口新增或删除了某些查询导致出现很多new call、call missing而回放不通过,这种应该提供一个跳过的选项,因为代码逻辑变更了,这个录制的用例属于旧的逻辑,不适用了。所以希望能提供一个跳过的选项,重新计算时跳过这些用例,或者是有其他更好的解决方法也行
Contributor guide
No contributing guide indexed for this repository
Research direction
No files, tests, or entry points are identified. Inspect the replay result and pass-rate interface, then trace how new call and call missing cases affect the calculation; done should provide a defined way to skip invalid cases and recompute the rate without counting them.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend, testing
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100