Skip to content

Commit 9364e77

Browse files
TvisharajiKactions-user
authored andcommitted
Add new images and updated the image comment (#452)
1 parent 848cc7f commit 9364e77

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

versioned_docs/version-2.0.0/quickstart/java-spring-postgres.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,17 +132,19 @@ Here we just need to change the command used to start the application.
132132
keploy record -c "docker compose up" --container-name javaApp --build-delay 100
133133
```
134134

135-
<img src="/docs/img/pet-clinic-record.png" alt="Sample Keploy Record Java" width="100%" style={{ borderRadius: '5px' }} />
135+
<img src="/docs/img/pet-record.png" alt="Sample Keploy Record Java" width="100%" style={{ borderRadius: '5px' }} />
136136

137137
## Running the testcases using Keploy
138138

139139
```bash
140140
keploy test -c "docker compose up" --container-name javaApp --build-delay 50 --delay 20
141141
```
142142

143-
<img src="/docs/img/pet-clinic-test1.png" alt="Sample Keploy Test Java" width="100%" style={{ borderRadius: '5px' }} />
143+
Your CLI should look something like this
144+
<img src="/docs/img/pet-test1.png" alt="Sample Keploy Test Java" width="100%" style={{ borderRadius: '5px' }} />
144145

145-
<img src="/docs/img/pet-clinic-test2.png" alt="Sample Keploy Test Summary Java" width="100%" style={{ borderRadius: '5px' }} />
146+
This is a summary of the test cases recorded
147+
<img src="/docs/img/pet-test2.png" alt="Sample Keploy Test Summary Java" width="100%" style={{ borderRadius: '5px' }} />
146148

147149
Here `delay` is the time it takes for your application to get started, after which Keploy will start running the testcases. If your application takes longer than 10s to get started, you can change the `delay` accordingly.
148150
`buildDelay` is the time that it takes for the image to get built. This is useful when you are building the docker image from your docker compose file itself.

0 commit comments

Comments
 (0)