You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the only way to do this is using a regex pattern with the body matcher, but that's pretty tedious, especially if you have multiple subset properties you want to test.
The text was updated successfully, but these errors were encountered:
It would be nice to be able to match request body JSON using an expected subset of the data. Something like:
As a way to match a larger request body that's:
Right now the only way to do this is using a regex pattern with the body matcher, but that's pretty tedious, especially if you have multiple subset properties you want to test.
The text was updated successfully, but these errors were encountered: