Aditya Lahiri
Aditya Lahiri
@authorjapps Hey, yes, we faced this problem at my workplace. So, the use case is something like this: There are 2 APIs: 1. **A create request POST API**: this initiates...
@authorjapps Can we make withStep accept a list? That way just in case we need to execute multiple steps to get the auth, we can execute all of them. Something...
@authorjapps Hey, I'm trying to figure out how to implement this feature and there are quite a few things to consider and work out. What is the purpose of `StepExecutionState`...
@authorjapps I came up with a Draft of changes(PR linked to this issue) to `StepExecutionState` and `ScenarioExecutionState` that would be super useful while implementing this feature. Some minor changes will...
@authorjapps I've implemented a working approach for this in the linked PR. Can you take a look?
Hey, I'll take a look at this and get back to you
@authorjapps what are your thoughts on this?
@authorjapps Hey sorry I've been busy for the past month. I'll share a sample soon
@authorjapps Hey I added a test case to demonstrate the issue. Can you take a look?
@authorjapps what are your thoughts?