Unit Testing
  • 11 Dec 2021
  • 1 Minute to read
  • Contributors
  • Comment
  • Dark
    Light
  • PDF

Unit Testing

  • Comment
  • Dark
    Light
  • PDF

Article Summary

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.

https://techcommunity.microsoft.com/t5/integrations-on-azure-blog/automated-testing-with-logic-apps-standard/ba-p/2960623

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?