将 JUnit 整合到单个门户上
我想将我的所有 jUnit 整合到一个门户网站(例如 Fitnesse)上,并每天晚上构建它们以生成综合报告。有可用的开源工具吗?
I would like to consolidate all my jUnits onto a single web portal (like fitnesse) and build them every night for a consolidated report. Are there any opensource tools available for it ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为你需要持续集成系统,例如 CruiseControl 和 哈德森。您可以编写 Ant 脚本来定期编译和运行测试用例。
I think you need continuous integration system, such as CruiseControl and Hudson. You could write Ant script to compile and run your test cases periodically.