mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-18 16:11:34 +03:00
12 lines
322 B
Plaintext
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;
|