Deepak Narayana Rao

Results 2 issues of Deepak Narayana Rao

We are using mocky to test the integration of an external API. Currently to test multiple scenarios, we need to change url and restart our service. It would be good...

help wanted

Is there a way to get length of an array? Example: ``` - name: active_values_count type: object path: $.values[*]?(@.state == "ACTIVE").length() ```