Posted by globallyunique on August 20, 2010 at 2:03pm
I'm new to Drupal and trying to setup my module development environment so I can do Test Driven Development similar to frameworks I usually work with , e.g., Rails, Java, .Net. In particular I'm struggling with how to get my SimpleTests to run faster, how to run SimpleTests from the command line or via an continuous integration setup, how to setup the debugger in Eclipse, and other things to make my dev environment effective. Is this something that has already been covered at New Jersey group meetings, any resources you recommend beyond the basic SimpleTest tutorials that a google search finds, or any expert who can answer a few questions?
-mike
Comments
At least for Drupal 7 there
At least for Drupal 7 there is a CLI script in the /scripts directory.
In terms of CI, there is a patch here for Drupal 7, derived from the Drupal 6 pressflow patch generates XML output for use with Hudson: http://drupal.org/node/602332