How do I test with a Service Bus trigger
  • 01 Dec 2022
  • 1 Minute to read
  • Contributors
  • Comment
  • Dark
    Light
  • PDF

How do I test with a Service Bus trigger

  • Comment
  • Dark
    Light
  • PDF

Article Summary

As a followup for the real world like workflow we had the workflow that is triggered from Service Bus. In this video we will look at how you can test that workflow.

image.png

The video will walk through this

If your using the sample project then the below command can be used to run the test.

dotnet test --filter FullyQualifiedName=logicapp.testing.acceptancetests.Features.ShipInstruction.SpecFlow.Receiver.ShipInstructionServiceBusReceiverFeature.ShipInstructionReceiverGreenPath  --logger:"console;verbosity=normal"

Was this article helpful?