I am happy to introduce Zeebe-Process-Test in the Camunda Cloud 1.3 release, which makes it possible to unit test BPMN processes for Camunda Cloud and Zeebe using Java and JUnit 5.
Check out the Github Repo: https://github.com/camunda-cloud/zeebe-process-test
If you want to read the blogpost about it see: https://camunda.com/blog/2022/01/testing-processes-for-camunda-cloud-and-zeebe/
You can find the example here: https://github.com/Hafflgav/demo-cloud-testing
Chapters in this video:
00:00 Introduction
00:40 Unit Testing Theory
03:44 Getting set-up
05:50 Writing Zeebe-Process-Test Class
07:17 Designing a Process
07:49 Writing a Tests
14:19 End