SpectoLabs / hoverfly

Lightweight service virtualization/ API simulation / API mocking tool for developers and testers

Home Page:https://hoverfly.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hoverfly mismatch

tungtt0806 opened this issue · comments

Does hoverfly point out exact location within a response json where is a mismatch if I modify the json file?

When hoverfly can't find a match for your request in simulate mode, it will return a response containing the following info:

  • the request you've made.
  • the closest request matcher.
  • which part of the request wasn't matched.
  • the response you would get if there is a match.