-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# CHANGELOG.md | ||
|
||
## 3.3.0-beta.1 (2024-08-05) | ||
|
||
- 适配支持禅道20系统版本,支持用例分组 | ||
- 新增LinuxArm64架构支持 | ||
- 优化ci命令,支持批量提交脚本至服务器#38249 | ||
- 修复只读取禅道产品记录不全问题 | ||
- 修复异常情况下导致服务占用CPU过高问题 | ||
- 优化单元测试执行失败异常退出逻辑 | ||
- 调整资源下载地址切换到新的镜像站点 | ||
- 优化PyTest的CaseID逻辑处理 | ||
- 优化执行用例逻辑 | ||
- 优化用例格式format | ||
- 优化部分场景下windows下启动客户端异常报错 | ||
- 优化导出用例脚本逻辑 | ||
- 新增单元测试工作目录配置项 | ||
- 优化命令行执行命令错误提示逻辑 | ||
- 优化parser移除无用代码和空白行 | ||
- 优化加载用例逻辑,提高容错性 | ||
|