hurl/integration/tests/error_assert_value_error.hurl
2021-06-27 14:00:19 +02:00

10 lines
327 B
Plaintext

GET http://localhost:8000/error-assert-value
HTTP/1.0 200
[Asserts]
header "content-type" equals "XXX"
header "content-type" notEquals "text/html; charset=utf-8"
jsonpath "$.id" equals "000001"
jsonpath "$.values" includes 100
jsonpath "$.values" not contains "Hello"
jsonpath "$.count" greaterThan 5
jsonpath "$.count" isFloat