Skip to content

Commit f9a2c4f

Browse files
authored
chore: update docs (#495)
Signed-off-by: Sarthak Shyngle <[email protected]>
1 parent 56cdfb4 commit f9a2c4f

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

versioned_docs/version-2.0.0/running-keploy/keploy-karaf.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)