Hudson是用于单元测试还是集成测试?
可能是一个基本问题,但我想知道 Hudson 是否运行 Junit 测试用例或者可以用于运行集成测试用例?
Might be a basic question but I want to know does Hudson run Junit test cases or can be used to run integration test cases?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Hudson,或者最近的 Jenkins,可以用来运行任何你想要的东西,无论何时你想要(例如按计划) ,或每次代码签入后)。
您可以运行 Ant 脚本、MSBuild 文件、shell 脚本、批处理脚本、这些东西的组合......任何东西。
内置支持显示 JUnit 测试报告,但具有超过 400 个插件,您应该能够做您需要做的事情。
Hudson, or more recently Jenkins, can be used to run whatever you want, whenever you want (e.g. on a schedule, or after each code check-in).
You can run an Ant script, MSBuild file, shell script, batch script, a combination of these things.. anything.
There is built-in support for displaying reports of your JUnit tests, but with over 400 plugins, you should be able to do what you need to.