-
Print
-
Comment
-
DarkLight
-
PDF
How do I test my logic app in Azure
The video below will show an example of testing your workflow when it is deployed in Azure.
The command I ran to run the test in this video is:
dotnet test --filter FullyQualifiedName=logicapp.testing.acceptancetests.Features.Echo.MsTest.Tests.MsTest_Echo_GreenPath --logger:"console;verbosity=normal"
Was this article helpful?