Argument Replay
Learn how to record and replay complex function arguments for testing.
Overview
Argument replay allows you to capture actual function arguments from staging or production environments and replay them locally with different content variations.
Use Cases
- Complex function signatures with callbacks
- WebSocket handlers
- Event-driven architectures
- Production-like testing scenarios
Coming Soon
Detailed documentation for argument replay is coming soon. For now, see: