Skip to content

How to test actual workflow execution #194

Answered by npepinpe
ankit-joinwal asked this question in Q&A
Discussion options

You must be logged in to vote

Hi ankit,

zeebe-test-container is a library mostly for integration testing. Ideally, you would unit test the logic of your processes with something like camunda-bpm-assert. I understand there's nothing right now like that in the Zeebe ecosystem, but we are working on an upcoming library for this targeting Q2 next year: see https://github.com/camunda-cloud/camunda-cloud-testing/.

In the meantime, there are some community projects which provide lightweight alternatives for unit testing your workflows. See https://github.com/camunda-community-hub/eze.

That said, you can test your processes with zeebe-test-container, but as with most integration tests, you won't have fine grained control. If …

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by ankit-joinwal
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants