-
Notifications
You must be signed in to change notification settings - Fork 0
1. Getting Started
Nicolas edited this page Jan 23, 2025
·
2 revisions
- Pick your version of zeebe-mock
- Pick your version of zeebe-mock-wiremock
NOTE the zeebe-mock-wiremock
uses the official wiremock image with the zeebe-mock
custom extensions built in for convenience. If you choose to build your own image (or just mount the extensions directly), then you do not need to use the zeebe-mock-wiremock
image.
- Add your
__files
andmappings
directories (vanilla wiremock configuration) - Checkout the reference docs for the activate job schema and output schemas
- add
zeebemock.enabled=true
into the stub metadata - add
zeebemock.jobType=<THE_JOB_TYPE>
into the stub metadata
- define the environment variable
ZEEBEMOCK_WIREMOCKURI
pointing to thezeebe-mock wiremock
instance