hurl/integration/tests_failed/assert_value_error.hurl

12 lines
322 B
Plaintext
Raw Normal View History

2020-08-27 10:07:46 +03:00
GET http://localhost:8000/error-assert-value
2022-11-11 16:25:00 +03:00
HTTP 200
2020-08-27 10:07:46 +03:00
[Asserts]
2023-06-18 15:35:03 +03:00
header "content-type" == "XXX"
header "content-type" != "text/html; charset=utf-8"
jsonpath "$.id" == "000001"
2020-08-27 10:07:46 +03:00
jsonpath "$.values" includes 100
2020-10-19 18:55:03 +03:00
jsonpath "$.values" not contains "Hello"
2023-06-18 15:35:03 +03:00
jsonpath "$.count" > 5
jsonpath "$.count" isFloat
bytes contains hex,00;