You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ability to easily whitelist domains, perhaps even a callback to white/blacklist specific requests
Jest plugin that allows interactively switching recording modes in jest watch mode
A way to filter recording files before saving to disk - this is important if requests/responses contain secrets like API keys
A "hands-off" mode that would automatically start/complete recordings for you per test case. I think this should be integrated with jest as well, using their hooks to start/complete a recording when a test starts/completes. We want the recordings to be grouped under the test name, and we want recordings to be stable across test runs. We want new runs and changes to the requests to overwrite the older recordings, so that we can inspect a diff of a recording to see what changed.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: