- Print
- Comment
- DarkLight
- PDF
How do I test with a Service Bus trigger
Article summary
Did you find this summary helpful?
Thank you for your feedback!
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.
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?