asyrjasalo / RESTinstance

Robot Framework library for RESTful JSON APIs
https://pypi.org/project/RESTinstance
GNU Lesser General Public License v3.0
206 stars 84 forks source link

did not match anything when using jsonpath in an object #30

Closed virtualnode closed 6 years ago

virtualnode commented 6 years ago

Settings Library REST https://jsonplaceholder.typicode.com

Test Cases JSONPath query from object GET /users/1 ${root}= Object $
${o_lng}= String $.address.geo.lng ${lng}= Set Variable ${o_lng[0]} ${somegeo}= Object $.address.geo[?(@.lng\='${lng}')]

asyrjasalo commented 6 years ago

Did not understand any of this, closing.