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 @@ -80,14 +80,18 @@ Replace the placeholder values with actual paths and keys as needed.
8080
8181## Step 4: Record Test Cases
8282
83- 1 . Record test cases using the following command:
83+ 1 . Start the karaf environment
84+ ```
85+ bin/karaf
86+ ```
87+ 2. Record test cases using the following command:
8488
8589 ```bash
8690 keploy record --base-url="http://localhost:8181"
8791 ```
8892
89- 2 . Make a series of API calls to your application's endpoints.
90- 3 . After completing the API calls, press ` Ctrl+C ` in the session where you are running the Keploy binary to stop recording.
93+ 3 . Make a series of API calls to your application's endpoints.
94+ 4 . After completing the API calls, press ` Ctrl+C ` in the session where you are running the Keploy binary to stop recording.
9195
9296## Step 5: Or Use Import Postman Collection
9397
You can’t perform that action at this time.
0 commit comments