Hi Konrad, On Tue, Sep 29, 2015 at 1:10 PM, Konrad Windszus <[email protected]> wrote: > What about a customizer which can be parameterised equally to the > former SlingTestBase...
That's totally possible, the only requirement is that the junit.core bundle running on the server side must not require any knowledge from those classes, to avoid having to ship them to the server. Hence the current string-based customizer class selection. Providing a richer customizer would be great, ideally in a separate module so as to make it easy to use such teleported tests in any module, with minimal boilerplate required to setup the Sling instance under test. And that Sling instance can also be used for HTTP-based tests so we should probably unify the setup mechanisms. -Bertrand
