Hi, FYI I've been playing with JUnit Rules to setup Sling test instances, and I quite like it...
See [1] for example - this needs nothing special in the Maven pom, nor any setup code, besides the @Rule that sets up full Sling launchpad instance before the tests run. My example only shows HTTP access to the Sling test instance for now, next step is supporting in-framework testing as well, also with minimal boilerplate code. -Bertrand [1] http://svn.apache.org/repos/asf/sling/whiteboard/bdelacretaz/sling-junit-launchpad/src/test/java/org/apache/sling/junit/launchpad/rules/SimplestSlingTestEverTest.java
