Hi Aaron, Aaron Zeckoski schrieb: > I am having trouble getting the tests to run while in eclipse. Does > anyone else have this working and if so, can you post the process you > might have used for getting the project imported into eclipse.
Do you mean the integration tests ? You should be able to import the launchpad/testing module just like any module into Eclipse. But to run the tests against Sling, you must run Sling separately. I have setup two external launchers for Sling: One for the web app using "mvn jetty:run" and one for the standalone Sling, which just runs the executable JAR file. For running integration tests I usually launch the web app based configuration (since this may also be used to on-demand build the web app if required). Hope this helps. > Apologies if this is documented somewhere, RTFM is appropriate if so. Most probably it is more like WTFM (Write the F* Manual) ;-) Regards Felix
