keploy / keploy

Test generation for Developers. Generate tests and stubs for your application that actually work!
https://keploy.io
Apache License 2.0
3.37k stars 374 forks source link

fix: added schema match for JSON body #1821

Closed PranshuSrivastava closed 1 month ago

PranshuSrivastava commented 1 month ago

Related Issue

Fuzzy matching is not working reliably and is not able to match the body even if there is a small difference between them.

Describe the changes you've made

Added schema matching in case of a json body type and also added some useful logs that can be used for debugging if matching fails in the future.

Type of change

Checklist: