Skip to content

Commit e2c2e08

Browse files
authored
Merge pull request #20 from AnkitKumarvaid/readme-update
pictures in readme.md updated
2 parents 400b769 + e312445 commit e2c2e08

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ If you're using Keploy cloud, open [this](https://app.keploy.io/testlist).
9090

9191
You should be seeing an app named `myApp` with the test cases we just captured.
9292

93-
![testcases](https://raw.githubusercontent.com/keploy/samples-java/main/src/main/resources/TEstCases.png)
93+
![testcases](https://i.imgur.com/rhNndcF.png)
9494

9595
Now, let's see the magic! 🪄💫
9696

@@ -198,7 +198,7 @@ Go to the Keploy Console TestRuns Page to get deeper insights on what testcases
198198

199199
![testruns](https://raw.githubusercontent.com/keploy/samples-java/blob/main/src/main/resources/AllTestPass_outer.png "Recent testruns")
200200

201-
![testruns](https://raw.githubusercontent.com/keploy/samples-java/main/src/main/resources/AllTestPass_inner.png "Summary")
201+
![testruns](https://i.imgur.com/tg6OT0n.png "Summary")
202202

203203

204204
### Testing using `KEPLOY_MODE` Env Variable
@@ -263,6 +263,6 @@ You'll notice the failed test-case in the output.
263263
264264
To deep dive the problem go to [test runs](http://localhost:8081/testruns)
265265
266-
![testruns](https://raw.githubusercontent.com/keploy/samples-java/main/src/main/resources/OneFail-1.png "Recent testruns")
266+
![testruns](https://i.imgur.com/qwP8r4d.png "Recent testruns")
267+
267268
268-
![testruns](https://raw.githubusercontent.com/keploy/samples-java/main/src/main/resources/OneFail-3.png "Detail")

0 commit comments

Comments
 (0)