Replies: 1 comment 2 replies
-
https://docs.stackstorm.com/development/pack_testing.html From what I remember, there's some structures in the Orquesta code to allow for dry runs, but I've no idea what state it's in. To give some perspective, this feature has been dormant since 2019 and little interest has been expressed. I assume most people test workflows against development environments. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm wondering if there is a way to test orquesta workflows with mocked data. I realize we could stand up mocked services for all of the things that might be talked to in a given workflow, but I'm talking more along the lines of unittests, where we can provide mocked data as the answer for various actions in a workflow and ensure the workflow works as expected.
Beta Was this translation helpful? Give feedback.
All reactions