You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To test your workflow without affecting your production environments, you can set up and return mock outputs, or *static results*, from your workflow operations. That way, you don't have to call or access your live apps, data, services, or systems. For example, you might want to test different action paths based on various conditions, force errors, provide specific message response bodies, or even try skipping some steps. Setting up mock results from an action doesn't run the operation, but returns the test oputput instead.
15
+
To test your workflow without affecting your production environments, you can set up and return mock outputs, or *static results*, from your workflow operations. That way, you don't have to call or access your live apps, data, services, or systems. For example, you might want to test different action paths based on various conditions, force errors, provide specific message response bodies, or even try skipping some steps. Setting up mock results from an action doesn't run the operation, but returns the test output instead.
16
16
17
17
For example, if you set up mock outputs for the Outlook 365 send mail action, Azure Logic Apps just returns the mock outputs that you provided, rather than call Outlook and send an email.
18
18
@@ -63,7 +63,7 @@ This guide shows how to set up mock outputs for an action in a Consumption or St
63
63
64
64
1. In the [Azure portal](https://portal.azure.com), open your Consumption logic app workflow in the designer.
65
65
66
-
1. On the designer, select the action where you want to return mock outputs, which shows the action information pane.
66
+
1. On the designer, select the action where you want to return mock outputs.
67
67
68
68
1. On the action information pane, select **Testing**, for example:
69
69
@@ -98,7 +98,7 @@ This guide shows how to set up mock outputs for an action in a Consumption or St
98
98
99
99
1. In the [Azure portal](https://portal.azure.com), open your Standard logic app workflow in the designer.
100
100
101
-
1. On the designer, select the action where you want to return mock outputs, which shows the action information pane.
101
+
1. On the designer, select the action where you want to return mock outputs.
102
102
103
103
1. On the action information pane, select **Testing**, for example:
0 commit comments