Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 704 Bytes

File metadata and controls

26 lines (19 loc) · 704 Bytes
id title description sidebar_label tags
record-operations
Record Mode Operations
Guide into Keploy Record Mode
Record
operation-guide
record

Note that Testcases are exported as files in the project directory by default

To record API calls as test cases set KEPLOY_MODE environment variable to record.

export KEPLOY_MODE="record"

That's it! 🔥 As you make API calls to your application, new test-cases are being generated locally in keploy-tests directory.

KTest directory path (KEPLOY_TEST_PATH) is configurable.

Record Tests and Mocks

KMock directory path (KEPLOY_MOCK_PATH) is configurable.