mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-24 04:31:37 +03:00
9 lines
268 B
Plaintext
9 lines
268 B
Plaintext
GET http://localhost:8000/error-assert-value
|
|
HTTP/1.0 200
|
|
[Asserts]
|
|
header "content-type" equals "XXX"
|
|
jsonpath "$.id" equals "000001"
|
|
jsonpath "$.values" includes 100
|
|
jsonpath "$.values" not contains "Hello"
|
|
jsonpath "$.count" greaterThan 5
|
|
jsonpath "$.count" isFloat |