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
Hi @alexandrehtrb
I really like what you have created here and I would be happy to work on this issue.
I've submitted this PR for the first function to get some early feedback and to make sure I am on the right path and I will continue with the rest if you are happy with that. #87
We can add some functions for JSON response captures, like:
$.somearray.count()
--> counts the number of elements in an array$.somearray.first()
--> gets the first element of an array$.somearray.last()
--> gets the last element of an array$.somearray.firstWhere(prop == "abc")
--> gets the first object whose propertyprop
equals to"abc"
File to be changed:
PororocaResponseValueCapturer.cs
+ unit testsThe text was updated successfully, but these errors were encountered: