-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example in check-http-json
does not work.
#115
Comments
I'm realizing now that I miss-understood the example. I expected it to count elements on the page when really it was checking for a key So I misunderstood that but adding the behavior I expected would maybe be not so bad. We could perhaps detect the type on the key and make some reasonable decisions:
Additionally we could add support for the top level element by implementing a keyword.
Then something like this would work: If your interested I could clean that up and make a pr |
Trying this example:
I don't see where
page.totalElements
is setup. It does not exist in leaf so far as i see.Command run:
Returns:
Versions:
The text was updated successfully, but these errors were encountered: