Behatch / contexts

Behat extension with most custom helper steps
Other
394 stars 203 forks source link

Add a «More than N elements» and «Less than N elements» in JSON context #259

Closed chindit closed 2 years ago

chindit commented 6 years ago

Sometimes it can be really usefull, when you don't know exactly how many elements you should get from a JSON, to count elements relatively.

This PR adds a «JSON has more than N elements» and «JSON has less than N elements» feature.