hurl/integration/tests/subquery_count.hurl
Fabrice Reix 609868c858 Add subquery count
predicate countEquals becomes deprecated and is replaced by count ==
2021-06-27 09:20:03 +02:00

8 lines
155 B
Plaintext

GET http://localhost:8000/subquery-count
HTTP/1.0 200
[Asserts]
jsonpath "$.users" count == 3
jsonpath "$.users" count > 1
jsonpath "$.users" count <= 10