Apache Sling Testing PaxExam

Clone this repo:
  1. 3860b65 SLING-12709 Update Pax TinyBundles to 4.0.1 by Oliver Lietz · 9 weeks ago master
  2. c8161e5 SLING-12603 Switch to framework extension in SPI Fly Option by Oliver Lietz · 4 months ago
  3. f0cc1bf require Maven 3.9.8 (available on Jenkins CI) by Oliver Lietz · 5 months ago
  4. 469b690 build with Java 17 and 21 by Oliver Lietz · 5 months ago
  5. 16a5608 add missing test by Oliver Lietz · 5 months ago

Apache Sling

Build Status Test Status Coverage Sonarcloud Status JavaDoc Maven Central testing License

Apache Sling Testing PaxExam

This module is part of the Apache Sling project.

Overview

This module provides test support for use with Pax Exam to test with real Sling instances – no limitations or issues due to incomplete and faulty mock implementations.

See Testing PaxExam's documentation page for details and how to use.

Features

  • Run integration tests in a tailored Sling instance in the same module (with the build artifact under test)
  • Use different versions in build (e.g. minimal) and tests (e.g. latest)
  • Overriding of versions
  • Adjusting of provided Options (ModifiableCompositeOptions)
  • Build bundles with test content and OSGi DS services on-the-fly (no need for extra modules)
  • Start Docker containers via Testcontainers