Kiwi TCMS 5.3.1 已发布,Kiwi TCMS 是一个集测试计划、测试运行和测试用例于一身的管理系统,用 Python 和 Django 编写。它具有许多强大的功能,如 Bugzilla 和 JIRA 集成,快速测试计划和运行搜索,针对每个计划、运行和案例以及 XML-RPC API 的强大访问控制。
更新内容:
改进
- Update to Django 2.1.2due to high severity security issue
- Update to Patternfly 3.54.8
Tag
objects are now shown in Admin panel- Add autocomplete when adding tags to
TestRun
via UI
移除的功能
- TestCase new and edit views no longer allow editting of tags. Tags can be added/removed from the Tags tab which also makes sure to properly account for permissions
- Remove
EnvGroup
,EnvProperty
andEnvValue
models in favor of tags. Existing values and properties are converted into tags and automatically added to test runs! - Convert squashed database migrations to regular ones and remove older migrations.WARNING: upgrade from versions <= 5.3.1 to 6.0 will break without an intermediate upgrade to
kiwitcms/kiwi:5.3.1 a420465852be
. - Remove deprecated
TestCase.estimated_time
andTestRun.estimated_time
. FixesIssue #514
完整更新内容请查看更新日志。
下载地址:
转自 https://www.oschina.net/news/100545/kiwi-tcms-6-0-0-released