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

How do I test my logic app in Azure

  • Comment
  • Dark
    Light
  • PDF

Article Summary

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?