PHP Integration#981

Subscribe to PHP Integration 2 post(s), 2 voice(s)

 
Avatar zorro 1 post #2646

Hi All

I would love to see an integration with PHPUnit and related tools a la what is provided for Cruise Control via http://www.phpundercontrol.org

Is this planned or is it already possible to achieve with the current system?

 
Avatar Jez Humble Administrator 108 post(s) #2654

Hey Zorro

Cruise runs anything that has a command line interface, and can display results from any tool that produces html, text or any other output that can be shown in a web browser.

In terms of running php, just use the exec builder.

In terms of displaying the output, have Cruise upload the PHPUnit reports to its artifacts repository and then display them in a tab. Documentation is here: http://studios.thoughtworks.com/cruise-continuous-integration/help/cruise_integration.html (see the section on using tabs towards the bottom)

Thanks,

Jez.