Skip to content

Commit 56cdfb4

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

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ keywords:
2121
- **Fedora 40+**
2222
- **Ubuntu 22.04+**
2323
- **Debian 12+**
24+
- Tested with JDK 1.8 to 17 and [Karaf 4.3.x](https://karaf.apache.org/download.html)
2425

2526
### Install Keploy Binary
2627

@@ -64,18 +65,18 @@ Replace the placeholder values with actual paths and keys as needed.
6465
1. Export the API key specific to your user, as mentioned on [Keploy's User Dashboard](https://app.keploy.io/users), which is required for Keploy to function, by running the following command in the same terminal session:
6566

6667
```bash
67-
export API_KEY="<API_KEY>"
68+
export KEPLOY_API_KEY="<KEPLOY_API_KEY>"
6869
```
6970

70-
Replace the `API_KEY` value with your actual API key if different.
71+
Replace the `KEPLOY_API_KEY` value with your actual API key if different.
7172

7273
2. Export the application path to point to your target folder containing Java classes:
7374

7475
```bash
75-
export APP_PATH="/Users/path/to/karaf-sample/user-service"
76+
export KEPLOY_APP_UNDER_TEST_PATH="/Users/path/to/karaf-sample/user-service"
7677
```
7778

78-
Replace the `APP_PATH` value with the absolute path to your application's target folder.
79+
Replace the `KEPLOY_APP_UNDER_TEST_PATH` value with the absolute path to your application's target folder (Where Java compiled classes are present).
7980

8081
## Step 4: Record Test Cases
8182

0 commit comments

Comments
 (0)