camunda-community-hub / zeebe-spec

A tool to run tests for BPMN processes on Zeebe
Apache License 2.0
29 stars 5 forks source link

feat: add EZE test runner #212

Closed saig0 closed 1 year ago

saig0 commented 1 year ago

Add a new test runner for EZE (Embedded Zeebe Engine). The runner is similar to the Zeebe runner but much faster (< 1s vs. 25s).

It runs the test cases in an embedded Zeebe engine that is created for each test case. The state is extracted directly from the records.

closes #100