We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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}
The text was updated successfully, but these errors were encountered:
@authorjapps what are your thoughts on this?
Sorry, something went wrong.
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?
a1shadows
Successfully merging a pull request may close this issue.
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}
The text was updated successfully, but these errors were encountered: