hurl/integration/tests/error_assert_query_cookie.hurl

16 lines
541 B
Plaintext
Raw Normal View History

GET http://localhost:8000/error-assert-query-cookie
HTTP/1.0 200
2020-10-19 18:55:03 +03:00
[Asserts]
2020-10-19 18:55:03 +03:00
cookie "cookie1[Secure]" not exists
2020-10-19 18:55:03 +03:00
cookie "cookie1[Secure]" equals false # This is not valid, Secure attribute exists or not but does have a value
cookie "cookie1[Secure]" not equals true
cookie "cookie2[Secure]" exists
2020-10-19 18:55:03 +03:00
cookie "cookie2[Secure]" equals true # This is not valid, Secure attribute exists or not but does have a value
cookie "cookie2[Secure]" not equals true # This is not valid, Secure attribute exists or not but does have a value