This repository was archived by the owner on Feb 27, 2025. It is now read-only.
This repository was archived by the owner on Feb 27, 2025. It is now read-only.
CYPRESS_PLAYBACK_MODE=passthrough #93
Closed as not planned
Description
Is your feature request related to a problem? Please describe.
When play-testing and tweaking an API change (fullstack app), sometimes devs on my team might overwrite tests recordings during experiment, move onto something else, then not notice that they changed fixtures unintentionally.
Describe the solution you'd like
it'd be nice to have a CYPRESS_PLAYBACK_MODE=passthrough
, to avoid intercepting, but not actually do recording until we're explicitly ready.
Describe alternatives you've considered
For now, we just run on recording mode when we "thru-test" locally and delete fixtures manually. I'd prefer to only commit changes to fixtures through a separate, deliberate process.