避免使用 Kiwi-tcms 手动编写测试用例
Avoid write manually Test Cases with Kiwi-tcms
可以用工具kiwi-tcms自动编写测试用例吗?
编写用于测试的自动化代码,然后将其连接到 Kiwi API 以发送该测试用例?
https://kiwitcms.org/
https://kiwitcms.readthedocs.io/en/latest/plugins/automation-frameworks.html
Kiwi TCMS can be used with test automation frameworks. Test names and results are fetched automatically from the test automation framework using a plugin! This is an additional software package that you have to install in your test environment and configure it to talk back to Kiwi TCMS.
可用插件
- tap-plugin:用于读取 Test Anything Protocol (TAP) 文件。书面
在 Python
- junit.xml-plugin: 用于读取junit.xml格式的文件。
写在Python
- 用 Java
编写的本机 JUnit 5 插件
- 机器人框架插件
- Django 测试运行器插件
可以用工具kiwi-tcms自动编写测试用例吗? 编写用于测试的自动化代码,然后将其连接到 Kiwi API 以发送该测试用例? https://kiwitcms.org/
https://kiwitcms.readthedocs.io/en/latest/plugins/automation-frameworks.html
Kiwi TCMS can be used with test automation frameworks. Test names and results are fetched automatically from the test automation framework using a plugin! This is an additional software package that you have to install in your test environment and configure it to talk back to Kiwi TCMS.
可用插件
- tap-plugin:用于读取 Test Anything Protocol (TAP) 文件。书面 在 Python
- junit.xml-plugin: 用于读取junit.xml格式的文件。 写在Python
- 用 Java 编写的本机 JUnit 5 插件
- 机器人框架插件
- Django 测试运行器插件