[Feature Idea] Record & Replay #59
albertalef
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Problem: Manually writing mock outputs is tedious and may not accurately reflect real command behavior. Tests need real output format but shouldn't execute commands every time.
Solution: Record actual command outputs to fixture files during development, then replay them in tests for fast, deterministic execution with real data.
Beta Was this translation helpful? Give feedback.
All reactions