Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要根据自动化测试用例的结果在 Testopia 中标记自动化测试用例。我怎样才能做到这一点?我有 testopia API 代码,但我找不到解决方案。
Jenkins v1.1 的 Testopia 插件现已推出。这个 wiki 解释了它是如何工作的:
https://wiki.jenkins-ci.org/display/JENKINS/Testopia+Plugin
我使用了 Testopia contrib 目录中的 perl 示例。我从一个 shell 脚本调用它,这会更新测试用例的状态。
最近我参与了一个项目,为 Jenkins 开发一个插件来做同样的事情。