Reusable Java/JUnit 5 framework for integration testing on SAP BTP.
- JDK 21 or newer
- Gradle 9.7 (the included wrapper is recommended)
./gradlew buildThe default artifact targets JDK 25. The build also creates a JDK 21 variant:
build/libs/sapbtp-integration-testing-1.0.0-SNAPSHOT.jar
build/libs/sapbtp-integration-testing-1.0.0-SNAPSHOT-jdk21.jar
The default build requires a locally installed JDK 25. JDK 21 is selected via
Gradle Toolchains for the compatibility variant. The framework is published as
me.cxdev.sapbtp:sapbtp-integration-testing and can be consumed by test suites such
as the companion suite-template project.