diff --git a/README.md b/README.md index 0ceae9e74..bf64cfe9b 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,10 @@ Using Maven profiles you can also [switch the test dependencies based on the ava ### Spring support +> [!Note] +> Spring support with Zeebe Process Test uses the community-maintained project Spring Zeebe. + +If you use the Spring framework or Spring Boot and you want to write tests, please use `spring-zeebe-test` as a wrapper around this library. This will hook everything into the Spring lifecycle. See [Spring Zeebe: Writing test cases](https://github.com/camunda-community-hub/spring-zeebe#writing-test-cases) for details. If you use [Spring-Zeebe](https://github.com/camunda-community-hub/spring-zeebe) (community-maintained project) and want to write tests, please use `spring-zeebe-test` as a wrapper around Zeebe Process Test to hook everything into the Spring lifecycle. See [Spring Zeebe: Writing test cases](https://github.com/camunda-community-hub/spring-zeebe#writing-test-cases) for details. > [!IMPORTANT]