>
>   1. What's the best/standard? way of overriding the test resources and
>   have the tests work the same way in CI and development env's?


I assume the resources you're talking about are used specifically by the
unit tests?  These should optimally be in src/test/resources/.  However, if
these are external resources, then you should have a config file which is
read by the tests to determine the relevant paths.

  2. What's the best way of defaulting to running unit tests locally and
>   running unit and integration tests on the CI server?


Sub-projects and integration testing: http://buildr.apache.org/projects.htmland
http://buildr.apache.org/testing.html#integration  At least, that's how I
assume it's supposed to work.  I haven't used Buildr for integration
testing, so my understanding could be a little flawed here.

Daniel

Reply via email to