elsa-workflows / elsa-workflows/elsa-core
Unit testing activities in Elsa 3
Open
elsa 3
triaged
- Dominant language
- C#
- Stars
- 7.9k
- Forks
- 1.5k
- Avg merge
- 15h 22m
- Merged PRs (30d)
- 114
Description
It is common to have custom activities in Elsa. For these activities the developers may want to write unit tests.
Currently, we have a way to write integration tests (executing workflows as code), there are a few examples in code of how to do that. However, I was not able to find examples of writing unit tests for an activity. This issue is about providing examples of how to do that, either in code or in the documentation.
Contributor guide
Assessment
This issue has not been assessed yet.