Using jsonpath expression in test? #4506
Unanswered
cyrillzadra
asked this question in
Q&A
Replies: 1 comment
-
I was able to achieve this by installing jsonpath as an external library and whitelisting it in my Bruno configuration. Here’s an example test script using jsonpath:
And here’s my bruno.json
Refer these about whitelisting and using eternal modules |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all ...
I'm wondering if it's possible to use JSONPath expressions within tests to extract values from a JSON response. For example, I'd like to do something like this:
Thanks in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions