Hi, We have discussed making testing a bit easier with the Sling Starter. Right now we have the Starter itself and the launchpad-testing module that is used for executing the tests.
This can in my opinion be improved by moving the test execution in the Starter module itself. I have created two PRs that achieve this goal: - https://github.com/apache/sling-org-apache-sling-launchpad-integration-tests/pull/4 - https://github.com/apache/sling-org-apache-sling-starter/pull/66 After we merge them, with a `mvn clean verify` we can run the full set of ITs in ~2,5 minutes. I plan to merge these changes on Wednesday. Please let me know if you see any reason for this not to proceed. Thanks, Robert
