Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2021 wishlist #26

Open
4 tasks
edorivai opened this issue Feb 18, 2021 · 1 comment
Open
4 tasks

2021 wishlist #26

edorivai opened this issue Feb 18, 2021 · 1 comment

Comments

@edorivai
Copy link
Owner

  • 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.
@thehappydinoa
Copy link

I think it would also be quite helpful to be able to pass in badheaders as options to avoid unnecessary headers from being recorded.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants