Configuration
Configure The Scenario
So before we can start we need to configure our Scenario. To do this we are going to need provide a number of things.
Line 2 we specify our grpc generated client.
Line 3 we specify our
StoryBook
& Story DataLine 6 we provide an instance of our Service Provider so we can use dependency injection within our Stories (Optional)
Line 7 we specify how to log our output (Recommended)
Line 8 provides a delegate function to instantiate an instance of our gRPC client (Required)
Line 9 provides an instance of our HTTP Client.
Last updated