Deepak Bhatta
Deepak Bhatta

Reputation: 474

Which tool/server can be used to perform continuous integration with PHPUNIt, Selenium Test and other code bash code

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.

Upvotes: 1

Views: 368

Answers (2)

Abhijeet Kamble
Abhijeet Kamble

Reputation: 3201

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.

Upvotes: 0

Eno
Eno

Reputation: 10860

Also maybe look at Sismo (from the Symfony folks) ?

Upvotes: 0

Related Questions