Build Status Test Status Maven Central JavaDocs License launchpad

Apache Sling Launchpad Testing

This module is part of the Apache Sling project.

This module builds a Sling instance using bundles from the trunk, and runs integration tests against it via HTTP.

Default build with integration tests

The integration tests are provided by the sibling sling-org-apache-sling-launchpad-integration-tests module. By default the Sling instance to test is started, including a few test-specific bundles, the integration tests are executed and the instance is stopped.

Executing individual tests

To start a Sling instance with the exact same setup used in the full build of this module, use

mvn clean install -Dlaunchpad.keep.running=true -Dhttp.port=8080

Adding -Dsling.debug.options="<debug options>" for server-side debugging if needed.

Use CTRL-C to stop that instance.

The tests of the sling-org-apache-sling-launchpad-integration-tests module can then be run against this instance, as described there.