javabank icon indicating copy to clipboard operation
javabank copied to clipboard

There is no JSONPATH and XPATH support while creation of Predicates

Open savikm opened this issue 2 years ago • 0 comments

Mountebank supports Jsonpath or Xpath while creation of Predicates for matching Body Data as follows: { "jsonpath": { "selector": "$.identities[2].career" }, "equals": { "body": "Teacher" } } But here within the library as the add Entry method is private there is no way we can create such Predicate specification. Will wait for this methods to be exposed

savikm avatar May 19 '22 17:05 savikm