Skip to content

Commit 7373d49

Browse files
authored
chore: update docs
Signed-off-by: Sarthak Shyngle <50234097+Sarthak160@users.noreply.github.com>
1 parent 76b144c commit 7373d49

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
@@ -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

0 commit comments

Comments
 (0)