cucumber-api icon indicating copy to clipboard operation
cucumber-api copied to clipboard

Cookie support ?

Open ebuildy opened this issue 7 years ago • 1 comments

Will be good to be able to check if response sent a cookie or not.

ebuildy avatar Mar 07 '17 13:03 ebuildy

I personally prefer not to have cookies baked into API calls, ideally they are supposed to be stateless. Though it's just a matter of passing back and forth request and response headers. Probably we can just enhance current framework with ways to grab and remember headers?

You want to take on this with a PR?

hidroh avatar Mar 07 '17 14:03 hidroh