Test Mode Operations
Test mode :
- Fetches testcases for the app from keploy server.
- Calls the API with same request payload in testcase.
- Mocks external calls based on data stored in the testcase.
- Validates the responses and uploads results to the keploy server
export KEPLOY_MODE="test"
Go to the Keploy Console TestRuns Page to get deeper insights on what testcases ran, what failed.