keploy

Record API calls and DB queries to auto-generate test cases and mocks

brewmacoslinux
Try with needOr install directly
Source

About

Testing Toolkit creates test-cases and data mocks from API calls, DB queries

Commands

keploy

Examples

Start Keploy in record mode to capture API interactions$ keploy record -c 'your-app-command'
Run recorded test cases against your application$ keploy test -c 'your-app-command'
Generate test cases from existing API call logs$ keploy generate --logs ./api-logs