This solution is shared at:
https://github.com/michaelstephensonuk/IntegrationPlaybook-LogicApp-Standard-Testing-Example
This solution is intended to help show some techniques which use the logic app standard testing approaches from the 2 following sources:
- Integration Playbook
The below pages will help you use the integration playbook testing pattern to test a logic app which is deployed and accessible via the Azure Management API.
https://www.integration-playbook.io/docs/integration-testing https://www.mikestephenson.me/2021/12/11/logic-app-standard-integration-testing/ https://github.com/michaelstephensonuk/IntegrationPlaybook-LogicApp-Standard-Testing https://www.nuget.org/packages/IPB.LogicApp.Standard.Testing
- Logic App Team Unit Testing
The below pages are for an approach of unit testing logic apps with the functions runtime running locally.
https://www.integration-playbook.io/docs/logic-app-standard-unit-testing https://techcommunity.microsoft.com/t5/integrations-on-azure-blog/automated-testing-with-logic-apps-standard/ba-p/2960623 https://github.com/Azure/logicapps/tree/master/LogicAppsSampleTestFramework