hurl/integration/tests_failed/assert_value_error.hurl
2023-06-18 18:52:14 +02:00

12 lines
322 B
Plaintext

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