doc-detective / doc-detective-core

The NPM package that powers Doc Detective's testing functionality.
https://doc-detective.com
MIT License
8 stars 2 forks source link

In `httpRequest`, validate response data based on only fields #173

Open hawkeyexl opened 2 months ago

hawkeyexl commented 2 months ago

Today, Doc Detective can validate an HTTP reponse body by checking for fields and values, but that isn't helpful when the values aren't known.

To support the use case of matching only the fields/structure of the response but not the field values, Doc Detective should provide a solution. Options: