cypress-io / cypress

Fast, easy and reliable testing for anything that runs in a browser.
https://cypress.io
MIT License
47.1k stars 3.19k forks source link

Test Replay: Capture and replay cookies #29910

Open jennifer-shehane opened 4 months ago

jennifer-shehane commented 4 months ago

What would you like?

Currently Test Replay does not reflect any interactions with the cookies

This issue is to track interest in capturing and displaying changes with cookies for debugging. Please upvote or comment if your team would find value in this feature.

Why is this needed?

No response

Other

No response

Bertg commented 1 week ago

I'm currently trying to debug an e2e test regarding authentication. Where my test works fine locally, it fails in cypress cloud. Because I can't see the (set) cookie headers it makes it very hard to debug.