Skip to content

Commit

Permalink
Added note to spring-zeebe-test
Browse files Browse the repository at this point in the history
  • Loading branch information
berndruecker authored Apr 11, 2022
1 parent 8b35fbc commit c92b826
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,7 @@ and provide you with a set of assertions you can use to verify your process beha
* Java 8+ and Docker when running using testcontainers (`zeebe-process-test-extension-testcontainer`)
* JUnit 5

---
**NOTE**:

If you use Spring 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.
---
**NOTE**: If you use **Spring** 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.

## Getting Started

Expand Down Expand Up @@ -60,6 +56,10 @@ or upgrade your own JDK to match Zeebe engine.
</dependency>
```

### Spring support

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.

### Annotation

Annotate your test class with the `@ZeebeProcessTest` annotation. This annotation will do a couple of things:
Expand Down

0 comments on commit c92b826

Please sign in to comment.