Skip to content

Commit 61cf05c

Browse files
committed
Revert "chore: update docs (#495)"
This reverts commit 4bf6d50.
1 parent 1261ee7 commit 61cf05c

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

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

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -80,18 +80,14 @@ Replace the placeholder values with actual paths and keys as needed.
8080

8181
## Step 4: Record Test Cases
8282

83-
1. Start the karaf environment
84-
```
85-
bin/karaf
86-
```
87-
2. Record test cases using the following command:
83+
1. Record test cases using the following command:
8884

8985
```bash
9086
keploy record --base-path="http://localhost:8181"
9187
```
9288

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.
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.
9591

9692
## Step 5: Or Use Import Postman Collection
9793

0 commit comments

Comments
 (0)