How do I test my logic app locally
  • 28 Nov 2022
  • 1 Minute to read
  • Contributors
  • Comment
  • Dark
    Light
  • PDF

How do I test my logic app locally

  • Comment
  • Dark
    Light
  • PDF

Article Summary

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?