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]
|
|
|
|
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
|
2021-07-07 16:44:48 +03:00
|
|
|
jsonpath "$.count" isFloat
|
2022-10-24 12:37:11 +03:00
|
|
|
bytes contains hex,00;
|