可以使用哪些工具/服务器与 PHPUNIt、Selenium Test 等代码 bash 代码进行持续集成
哪些工具/服务器可用于执行持续集成,以帮助理想地运行 PHP UNIT 测试、SELENIUM 测试和自定义测试(例如 bash 脚本)。我有以下选择: 1.哈德森 2. PHP Under COntrol(巡航控制插件) 3.詹金斯 4. 竹子(Atlassian) 5.TeamCity(JetBrains) 6. Apache Continuum
我需要知道哪一个对于我的情况来说是最好的,有一些原因。我很欣赏你的宝贵想法。
Which tool/server can be used to perform continuous integration that helps running PHP UNIT tests, SELENIUM tests and Custom tests such as bash script ideally. I have got following options:
1. Hudson
2. PHP Under COntrol (plugin of cruise control)
3. jenkins
4. Bamboo (Atlassian)
5. TeamCity (JetBrains)
6. Apache Continuum
I need to know which is the best in my case, with some reasons. I appreciate your valuable thoughts.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
也可以看看 Sismo (来自 Symfony 人员)?
Also maybe look at Sismo (from the Symfony folks) ?
詹金斯是解决您问题的最佳选择。目前我们也使用 jenkins 作为我们的 CI 服务器,并且我们正在使用 jenkins 运行单元测试、selenium 测试和其他测试,包括负载测试等。它还支持多个插件。
Jenkins is best option for your problem. Currently we are also using jenkins as our CI server and we are running unit tests, selenium tests and other tests including load testing etc. with jenkins. Also it has support for multiple plugins.