hurl/integration/tests_failed/assert_variable.hurl

12 lines
290 B
Plaintext
Raw Normal View History

2020-08-27 10:07:46 +03:00
GET http://localhost:8000/error-assert-variable
2022-11-11 16:25:00 +03:00
HTTP 200
2020-08-27 10:07:46 +03:00
[Captures]
status: status
length: header "content-length"
type: header "content-type"
[Asserts]
variable "toto" equals "tata"
variable "status" equals {{unknown}}
variable "status" equals {{type}}
variable "status" equals {{length}}