Blog Post

Azure Integration Services Blog
1 MIN READ

Announcement: Azure Logic Apps (Standard) Automated Testing Public Preview

WSilveira's avatar
WSilveira
Icon for Microsoft rankMicrosoft
Apr 25, 2025

We are excited to announce the public preview of the Azure Logic Apps (Standard) Automated Testing Framework! This new framework is designed to simplify and enhance the testing process for your Logic Apps workflows, ensuring that your integrations are robust, reliable, and ready for production.

Starting with version 5.58.8, the Azure Logic Apps (Standard) extension for Visual Studio Code provides the capability to create unit test from a workflow run or a workflow saved definition, that can be edited and executed locally.

Learn more about this feature in the April session for Logic App Live:

 

Learn more

Updated Apr 25, 2025
Version 2.0

3 Comments

  • dlau00's avatar
    dlau00
    Copper Contributor

    Hi Wagner. Thanks for the post. Do you know if the framework handles child workflows properly? I see a mock output class generated for it but I'm getting a message saying: The workflow '' associated with unit test '' has a action 'xxxxxxx' at line number '54' and column '50' that should not have a mocked result in unit test. Actions of type 'Workflow' do not support mocked results.

    • WSilveira's avatar
      WSilveira
      Icon for Microsoft rankMicrosoft

      This support will be coming soon when we move the framework to GA.

      • dlau00's avatar
        dlau00
        Copper Contributor

        Thank you. I also cannot create unit tests for workflows with recurrence triggers. I get the error "No trigger found in the workflow. Unit tests must include a mocked trigger." when trying to create the unit test with the "Create unit test (Preview)" button.