Kiwi TCMS 7.2 发布,开源测试用例管理系统

栏目: 软件资讯 · 发布时间: 5年前

内容简介:Kiwi TCMS 是一个集测试计划、测试运行和测试用例于一身的管理系统,用 Python 和 Django 编写。7.2 版本如下: 支持的升级路径: 5.3 (or older) -> 5.3.1 5.3.1 (or newer) -> 6.0.1 6.0.1 -...

Kiwi TCMS 是一个集测试计划、测试运行和测试用例于一身的管理系统,用 Python 和 Django 编写。7.2 版本如下:

支持的升级路径:

5.3   (or older) -> 5.3.1
5.3.1 (or newer) -> 6.0.1
6.0.1            -> 6.1
6.1              -> 6.1.1
6.1.1            -> 6.2 (or newer)

改进

  • Docker 镜像建立到新的 CentOS 8
  • Django 从 2.2.6 更新到 2.2.8
  • django-contrib-comments 从 1.9.1 更新为 1.9.2
  • django-grappelli 从 2.13.1 更新到 2.13.2
  • django-modern-rpc 从 0.11.1 更新到 0.12.0
  • django-simple-history 从 2.7.3 更新到 2.8.0
  • mysqlclient 从 1.4.4 更新到 1.4.6
  • pygithub 从 1.44 更新到 1.44.1
  • python-gitlab 从 1.12.1 更新到 1.13.0
  • 几个文档更新

Bug 修复

  • testplans.views.DeleteCasesView 现在需要 testplans.change_testplan 许可
  • testplans.views.ReorderCasesView 现在需要 testplans.change_testplan 许可
  • 修复计数执行趋势遥测中的错误
  • 修复了几个遥测查询,以在极端情况下仍显示数据,在极端情况下,测试用例已从 TestPlan 中删除,但测试运行仍然可用
  • 修复(翻译的)状态名称过长时 TestRun 页面中的批量菜单损坏
  • 如果存在注释,则自动扩展 TestExecution 注释历史记录
  • 记录时区设置,并在导航栏中显示当前服务器时间
  • 检查HTML模板中的权限
  • 文档错误跟踪器集成支持
  • 删除 TestCase 和 TestExecution 后删除注释

更新说明:https://github.com/kiwitcms/Kiwi/releases/tag/v7.2


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Programming From The Ground Up

Programming From The Ground Up

Jonathan Bartlett / Bartlett Publishing / 2004-07-31 / USD 34.95

Programming from the Ground Up is an introduction to programming using assembly language on the Linux platform for x86 machines. It is a great book for novices who are just learning to program as wel......一起来看看 《Programming From The Ground Up》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具