Integration Tests in Spring Boot for BPMN process definition in Flowable

I need to write some Integration Tests for my SpringBoot application using Flowable.
My tests must include the application BPMN workflow (process definition), and the test case should launch flowable workflow engine, and once test cases are done, tear down the engine.

Are there any existing code examples that I can use as a reference? Please advise.

Thanks!

Try this: Unit testing

1 Like