Aditya Lahiri

Results 8 issues of Aditya Lahiri

@authorjapps In situations where we need to retry a step that is dependent on a previous step, for eg. an api call that uses the previous step to generate auth,...

# PR Branch **_#ADD LINK TO THE PR BRANCH_** fixes #623 ## Motivation and Context The idea here is that instead of maintaining a List for ScenarioExecutionState, we will maintain...

There are no longer any functional upgrades happening on Junit4 and it is essentially legacy. Are there any plans to move to Junit5? If so, are you accepting contributions in...

Currently, the helloworld project does not build successfully on mvn clean install with java 17. I tried writing a few custom tests which don't seem to work. Is there any...

When we use verify/assertions, we can supply a JSON through a parametrized test or use jsonPath in the matching section. For validators, we can only use jsonPath in the "field"...

feature-request

based on discussion with @baulea and @authorjapps , we need to investigate why Gson was used and if we should move fully to Jackson. discussed in #648

When we supply recordType for kafka producer or consumer step or RAW/JSON, it assumes that both key and value will be both either RAW or JSON. In reality, there are...

enhancement

# Validator should support token replacement and "dig replace" ## Fixes Issue - fixes #653 PR Branch **_#ADD LINK TO THE PR BRANCH_** ## Motivation and Context ## Checklist: *...