TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What is the good open source test case management tool?

3 点作者 magundu大约 2 年前
I&#x27;m just searching for open source test case management tools(like TestRail). But I don’t find any good one.<p>I would also like learn from what other people have used as well so any input that others could give would be helpful.

2 条评论

sdwolfz大约 2 年前
In the distant past I&#x27;ve worked on a fork of a Redmine plugin for such an use-case:<p>* Redmine: <a href="https:&#x2F;&#x2F;www.redmine.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.redmine.org&#x2F;</a><p>* Plugin: <a href="https:&#x2F;&#x2F;github.com&#x2F;marius-balteanu&#x2F;redmine_redcaser">https:&#x2F;&#x2F;github.com&#x2F;marius-balteanu&#x2F;redmine_redcaser</a><p>My opinion: It&#x27;s not worth it to try to stick all possible functionality into one tool. And the plugin architecture in general is horrible if the plugin is not maintained by the same group as the core since support will end quickly when the plugin maintainer goes away, or the core having too many breaking changes between major versions.<p>Advice: get a dedicated tool. Whether paid or self hosted it should be made specifically for test case management, and stay away from any tool that has a community plugin architecture
mindcrime大约 2 年前
Kiwi[1]?<p>[1]: <a href="https:&#x2F;&#x2F;kiwitcms.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;kiwitcms.org&#x2F;</a>