What does Keploy do, and what problem does it solve?
Keploy is an open-source tool that converts real user traffic into test cases and data stubs. It solves the problem of manual test creation by automatically generating editable tests and mocks from captured application behavior, including calls to databases, queues, and external APIs.
