2020-09-22 09:34:20 +03:00
|
|
|
GET http://localhost:8000/error-assert-query-cookie
|
|
|
|
HTTP/1.0 200
|
2020-10-19 18:55:03 +03:00
|
|
|
|
2020-09-22 09:34:20 +03:00
|
|
|
[Asserts]
|
2020-10-19 18:55:03 +03:00
|
|
|
|
2020-09-22 09:34:20 +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
|
|
|
|
|
2020-09-22 09:34:20 +03:00
|
|
|
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
|
|
|
|
|
|
|
|
|
2020-09-22 09:34:20 +03:00
|
|
|
|