camunda / zeebe-process-test

Testing project for Camunda Platform 8
40 stars 15 forks source link

Allow assertions on the messageKey #1066

Open jonathanlukas opened 7 months ago

jonathanlukas commented 7 months ago

Description

Sometimes, an API call does not return the whole message event, but just a key.

Then, I would like to be able to perform message assertions based on this key in a nice way (like the InspectedProcessInstance)

saig0 commented 3 months ago

[!Note] Heads up! We are building a new Java testing library for Camunda 8.6. The new library will replace Zeebe Process Test. Read more about upcoming changes here and stay tuned for updates. :rocket: