Skip to content

Commit a9962b3

Browse files
authored
docs:updated readme for better explaination. (#46)
Signed-off-by: Arpcoder <[email protected]>
1 parent d3a76a3 commit a9962b3

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,12 @@ or to *build.gradle*:
9797
git clone https://github.com/keploy/samples-java
9898
```
9999

100-
### Start PostgreSQL instance
100+
## Agent-jar
101+
Download the latest version (1.2.8) of agent jar from [here](https://central.sonatype.com/artifact/io.keploy/agent/1.2.8) and add this jar to main directory.
102+
101103

104+
### Start PostgreSQL instance
105+
Download docker dekstop from [here](https://docs.docker.com/get-docker/).
102106
```bash
103107
docker-compose up -d
104108
```
@@ -111,7 +115,13 @@ mvn clean install -Dmaven.test.skip=true
111115

112116
### Set KEPLOY_MODE to record
113117

114-
- To record testcases use `KEPLOY_MODE` env variable and set the same to `record` mode.
118+
- To record testcases use `KEPLOY_MODE` and `DENOISE` as env variables. Set `KEPLOY` to `record` mode and mark `DENOISE` as `true`. Also add
119+
120+
`-javaagent:path of agent jar` like this 👇.
121+
122+
123+
![Edit_configurations](/src/main/resources/Edit-configurations.png "Edit configurations")
124+
115125

116126
## Generate testcases
117127

21.5 KB
Loading

0 commit comments

Comments
 (0)