hurl/integration/tests/error_assert_value_error.hurl

10 lines
327 B
Plaintext
Raw Normal View History

2020-08-27 10:07:46 +03:00
GET http://localhost:8000/error-assert-value
HTTP/1.0 200
[Asserts]
header "content-type" equals "XXX"
2021-06-27 11:11:02 +03:00
header "content-type" notEquals "text/html; charset=utf-8"
2020-08-27 10:07:46 +03:00
jsonpath "$.id" equals "000001"
jsonpath "$.values" includes 100
2020-10-19 18:55:03 +03:00
jsonpath "$.values" not contains "Hello"
2020-11-28 20:37:31 +03:00
jsonpath "$.count" greaterThan 5
jsonpath "$.count" isFloat