zerocode
zerocode copied to clipboard
Validator does not dig to resolve jsonpath and other type of value placeholders
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" part. The "value" part does not accept jsonPath or stuff like ${JSON.FILE:filename}
@authorjapps what are your thoughts on this?
jsonPath in th
Can you please provide an example scenario with couple of steps if possible? That will help to get to the bottom of the issue/feature.
@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?