- Print
- Comment
- DarkLight
- PDF
How do I test a real world like workflow
Article summary
Did you find this summary helpful?
Thank you for your feedback!
In the below video we will look at a richer workflow which is more representative of a real world logic app and we will then test it with Specflow.
The workflow we are going to focus on testing in this scenario is part of a couple of workflows which work together to process this logical interface requirement. The below diagram shows which workflow we are testing.
In the video I will talk more about how this works.
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.Processor.ShipInstructionProcessorFeature.ShipInstructionProcessorGreenPath --logger:"console;verbosity=normal"
Was this article helpful?