hurl/integration/tests_failed/assert_variable.hurl
2023-06-18 18:52:14 +02:00

12 lines
274 B
Plaintext

GET http://localhost:8000/error-assert-variable
HTTP 200
[Captures]
status: status
length: header "content-length"
type: header "content-type"
[Asserts]
variable "toto" == "tata"
variable "status" == {{unknown}}
variable "status" == {{type}}
variable "status" == {{length}}