- Print
- Comment
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback!
Microsoft have recently released some good resources to show how you can use an approach to unit test your logic apps.
You can basically host the workflows in func.exe on your local machine or build agent and it allows you to execute the workflows as local tests or part of a pipeline.
This self hosting model was a big gap in consumption Logic Apps so its great to be able to unit test logic apps in this self hosted fashion.
The framework referenced in the article above and samples are on this github link:
https://github.com/Azure/logicapps/tree/994b3d91d57f7ce88b7d331734dcc03fe54c5816/LogicAppsSampleTestFramework
Was this article helpful?