File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
versioned_docs/version-2.0.0/running-keploy Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -79,14 +79,18 @@ Replace the placeholder values with actual paths and keys as needed.
7979
8080## Step 4: Record Test Cases
8181
82- 1 . Record test cases using the following command:
82+ 1 . Start the karaf environment
83+ ```
84+ bin/karaf
85+ ```
86+ 2. Record test cases using the following command:
8387
8488 ```bash
8589 keploy record --base-url="http://localhost:8181"
8690 ```
8791
88- 2 . Make a series of API calls to your application's endpoints.
89- 3 . After completing the API calls, press ` Ctrl+C ` in the session where you are running the Keploy binary to stop recording.
92+ 3 . Make a series of API calls to your application's endpoints.
93+ 4 . After completing the API calls, press ` Ctrl+C ` in the session where you are running the Keploy binary to stop recording.
9094
9195## Step 5: Or Use Import Postman Collection
9296
You can’t perform that action at this time.
0 commit comments