Behat / WebApiExtension

Behat extension to test web APIs
http://extensions.behat.org
MIT License
111 stars 114 forks source link

Recursive comparison for "response should contain json" #65

Open DrSchimke opened 8 years ago

DrSchimke commented 8 years ago

We need to check JSON response, which is a collection of objects. While comparing the individual objects, we need the same degree of tolerance, which is already implemented in WebApiContext::theResponseShouldContainJson.