File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
versioned_docs/version-2.0.0/running-keploy Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments