|
From: Peter S. <cab...@gm...> - 2010-01-06 14:29:54
|
We use the php under control method with a ever so slightly customised simple test that works the code coverage, and code sniffer stuff in. (maybe only customised in that we took svn trunk and used it I forget exactly). We use phing for doing the builds and php under control (cruise control) just calls the phing command to do it. Cheers, Pete irc: cabbiepete 2010/1/6 Nicolas Terray <nic...@gm...> > 2010/1/6 Andrés Hernandez <and...@gm...>: > > Hello everyone, > > > > I apologize if this is a bit off topic. I would like to know what tools > are > > you all using to automate deployment and tests (or your continuous > > integration strategy). > > Hi, > > Hudson is a great, active and well known tool for CI. Since SimpleTest > can export the tests results as xml > (extensions/junit_xml_reporter.php) hudson can build graphs based on > those results. Additional metrics like checkstyle (with > PHP_CodeSniffer) can also be included. > > Hope this helps, > Nicolas Terray > > > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and > easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > Simpletest-support mailing list > Sim...@li... > https://lists.sourceforge.net/lists/listinfo/simpletest-support > |