camunda / camunda-8-js-sdk

The Camunda 8 JavaScript SDK for Node.js
https://camunda.github.io/camunda-8-js-sdk/
Apache License 2.0
12 stars 5 forks source link

Spike: Investigate Testing Framework for the JS SDK #191

Open jwulf opened 1 week ago

jwulf commented 1 week ago

For Java application development, users can test their processes using https://github.com/camunda/zeebe-process-test.

Users want a similar testing environment for TypeScript-based development.

jwulf commented 1 week ago

There is a new testing framework coming out in 8.6. The solution for the JS SDK should leverage this as much as possible.