-
Print
-
Comment
-
DarkLight
-
PDF
How do I test my logic app locally
The below video will look at how to test your workflow locally with the functions runtime.
The command I ran to run the test in this video is:
dotnet test --filter FullyQualifiedName=logicapp.testing.unittests.Workflows.Echo.MsTest.Tests.Echo_GreenPath --logger:"console;verbosity=normal"
Was this article helpful?